Ejemplo n.º 1
0
 /// <summary>
 /// Initalise GameObjects
 /// </summary>
 public static void Initalise()
 {
     _player = new PlayerEntity(PlayerType.NarrowA);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initalise GameObjects
 /// </summary>
 public static void Initalise()
 {
     _player = new PlayerEntity(PlayerType.NarrowA);
 }