Assets.Environment.Levers.Scripts.LeverPullOnlyAya.HasBeenActivated C# (CSharp) Méthode

HasBeenActivated() public méthode

public HasBeenActivated ( ) : bool
Résultat bool
        public bool HasBeenActivated()
        {
            return _hasBeenPulled;
        }