using UnityEngine.InputSystem; namespace UnityAtoms.InputSystem { /// /// Action of type `PlayerInput`. Inherits from `AtomAction<PlayerInput>`. /// [EditorIcon("atom-icon-purple")] public abstract class PlayerInputAction : AtomAction { } }