Пример #1
0
 /* Initialise a new instance of the sound manager if one does not exist */
 public static void Initialise(Game game)
 {
     if (instance == null)
     {
         instance = new soundManager(game);
     }
 }
Пример #2
0
 /* Initialise a new instance of the sound manager if one does not exist */
 public static void Initialise(Game game)
 {
     if (instance == null)
     {
         instance = new soundManager(game);
     }
 }