Esempio n. 1
0
 static ServiceLocator()
 {
     CreateNewGame();
     Images = new gfx.ImageService();
     Sound  = new gfx.SoundService();
 }
Esempio n. 2
0
 static ServiceLocator()
 {
     CreateNewGame();
     CreateImageService();
     Sound = new gfx.SoundService();
 }