コード例 #1
0
 /// <summary>
 /// Initalise GameObjects
 /// </summary>
 public static void Initalise()
 {
     _player = new PlayerEntity(PlayerType.NarrowA);
 }
コード例 #2
0
 /// <summary>
 /// Initalise GameObjects
 /// </summary>
 public static void Initalise()
 {
     _player = new PlayerEntity(PlayerType.NarrowA);
 }