Ejemplo n.º 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);
     }
 }
Ejemplo n.º 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);
     }
 }