コード例 #1
0
ファイル: GameState.cs プロジェクト: Chiheb2013/GameLibs
 public void Initialize()
 {
     world = (LayeredWorld)WorldManager.GetWorld("grassland");
     player = new SecondPlayer(world);
 }
コード例 #2
0
ファイル: GameState.cs プロジェクト: Chiheb2013/GameLibs
 public void Initialize()
 {
     world  = (LayeredWorld)WorldManager.GetWorld("grassland");
     player = new SecondPlayer(world);
 }