Beispiel #1
0
 public void Initialize()
 {
     LevelIntro = new LevelIntro(this);
     AllDrawableGameObjects.AddRange(GameServices.GetService <List <Player> >());
 }
Beispiel #2
0
 public void Initialize()
 {
     LevelIntro = new LevelIntro(this);
     AllDrawableGameObjects.AddRange(GameServices.GetService<List<Player>>());
 }