/// <summary> /// Initalise GameObjects /// </summary> public static void Initalise() { _player = new PlayerEntity(PlayerType.NarrowA); }