예제 #1
0
 void Update()
 {
     RConsole.OnUpdate();
     if (Input.GetKeyDown(KeyCode.Space))
     {
         RConsole.OnInitConsole("");
     }
     if (Input.GetKeyDown(KeyCode.D))
     {
         Debug.Log(MessagerCenter.a());
     }
 }