back_recharge
wangyuan 2019-09-07 20:06:57 +08:00
parent 78154b6adc
commit 404ea07089
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class SceneManager {
//创建矿点 //创建矿点
createMinear(scene,-1,1); createMinear(scene,-1,1);
//创建怪物 //创建怪物
// createMonster(scene,-1); createMonster(scene,-1);
sceneMap.put(room.getId(),scene); sceneMap.put(room.getId(),scene);
System.out.println("create romm --- -"+room.getId()); System.out.println("create romm --- -"+room.getId());