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