/* 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); } }