Exemplo n.º 1
0
 void UpdateBind() //Updates The InputManager.Binds And Saves Changes
 {
     inputManager.UpdateBind(currentBindKeyIndex, bindKey);
     InputManager.SaveBinds();
 }