コード例 #1
0
ファイル: PlayState.java プロジェクト: actumn/Tilemap-MMORPG
 public Entity getEntityByEntityId(int id) {
   return map.getEntityByEntityId(id);
 }