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>();
        }