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