예제 #1
0
파일: EntityWorld.cs 프로젝트: nistck/Jx
 public static void Shutdown()
 {
     instance = null;
 }
예제 #2
0
파일: EntityWorld.cs 프로젝트: nistck/Jx
 public static void Setup()
 {
     instance = new EntityWorld();
 }