EditorMapa2D.World.World C# (CSharp) Метод

World() публичный Метод

public World ( ) : System
Результат System
        public World()
        {
            regions = new Dictionary<int, Region>();
            tilesets = new Dictionary<int, Tileset>();
            region_image = new Dictionary<int,Dictionary<int,Image>>();
            events = new Dictionary<int, string>();
        }