WarTornLands.Entities.Modules.Think.Parts.JumpAbility.TryCancel C# (CSharp) Method

TryCancel() public method

public TryCancel ( ) : bool
return bool
        public bool TryCancel()
        {
            return false;
        }