Ejemplo n.º 1
0
 public void InitEnvironment()
 {
     TestTime time = new TestTime();
     TestGameLoopController controller = new TestGameLoopController();
 }
Ejemplo n.º 2
0
        public static TestGameLoopController trigger = null; // new TestGameLoopController();

        public static void Init()
        {
            trigger = new TestGameLoopController();
        }