public static void initFacroty() { gm = null; um = null; nm = null; am = null; }
public static game.Game getGame() { if (gm == null) { gm = new game.Game(); } return(gm); }