ChestControl.Chest.Chest C# (CSharp) Method

Chest() public method

public Chest ( ) : System.Collections.Generic
return System.Collections.Generic
        public Chest()
        {
            ID = -1;
            WorldID = Main.worldID;
            Owner = "";
            Position = new Vector2(0, 0);
            Locked = false;
            RegionLock = false;
            Refill = false;
            HashedPassword = "";
            RefillItems = new Item[20];
        }