ChestControl.ChestControl.ChestControl C# (CSharp) Method

ChestControl() public method

public ChestControl ( Terraria.Main game ) : System
game Terraria.Main
return System
        public ChestControl(Main game)
            : base(game)
        {
            Order = 10;
        }