Example #1
0
 // Update is called once per frame
 void Update()
 {
     if (Input.GetKey(KeyCode.Escape))
     {
         Application.Quit();
     }
     _mac.OnUpdate();
     _km.OnUpdate();
     _mc.OnUpdate();
 }