ChensGradiusMod.Projectiles.Options.OptionThreeObject.PlayerHasAccessory C# (CSharp) Method

PlayerHasAccessory() public method

public PlayerHasAccessory ( ) : bool
return bool
        public override bool PlayerHasAccessory() => ModOwner.optionThree;
    }
OptionThreeObject