using System.Collections; using System.Collections.Generic; using UnityEngine; [CreateAssetMenu(fileName = "New NullAction", menuName = "Actions/NullAction")] public class NullAction : PlayerAction { }