コード例 #1
0
 public static bool Load()
 {
     Instance = new MapManager();
     return true;
 }
コード例 #2
0
ファイル: MapManager.cs プロジェクト: topblast/Estrella
 public static bool Load()
 {
     Instance = new MapManager();
     return(true);
 }