TShockAPI.DB.Region.Region C# (CSharp) Method

Region() public method

public Region ( ) : System
return System
        public Region()
        {
            Area = Rectangle.Empty;
            Name = string.Empty;
            DisableBuild = true;
            WorldID = string.Empty;
            AllowedIDs = new List<int>();
            AllowedGroups = new List<string>();
            Z = 0;
        }

Same methods

Region::Region ( int id, Rectangle region, string name, string owner, bool disablebuild, string RegionWorldIDz, int z ) : System