DivineRightGame.Managers.HelperObjects.Region.Region C# (CSharp) Method

Region() public method

public Region ( ) : System
return System
        public Region()
        {
            this.Blocks = new List<MapBlock>();
        }