Exemplo n.º 1
0
 public void Initialize()
 {
     world = (LayeredWorld)WorldManager.GetWorld("grassland");
     player = new SecondPlayer(world);
 }
Exemplo n.º 2
0
 public void Initialize()
 {
     world  = (LayeredWorld)WorldManager.GetWorld("grassland");
     player = new SecondPlayer(world);
 }