Beispiel #1
0
 public void AddAndTrack(IGameContent content)
 {
     AddContent(content);
     ViewportManager.Manage(content);
 }