示例#1
0
文件: Main.cs 项目: LatestMatrix/rpg1
 // Update is called once per frame
 void Update()
 {
     if (Input.GetKey(KeyCode.Escape))
     {
         Application.Quit();
     }
     _mac.OnUpdate();
     _km.OnUpdate();
     _mc.OnUpdate();
 }