Пример #1
0
 public void Update()
 {
     if (Input.GetKeyDown("escape"))
     {
         CurrentBinding.FireAction("escape");
     }
 }