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