Assets.Scripts.CharacterControl.CharacterStateController.HasState C# (CSharp) Method

HasState() public method

public HasState ( CharacterState state ) : bool
state CharacterState
return bool
        public bool HasState(CharacterState state)
        {
            return states.Contains(state);
        }