예제 #1
0
    void Update()
    {
        if (pollForNewKey != "")
        {
            if (Keybinds.PollForNewKeybind(pollForNewKey))
            {
                pollForNewKey = "";

                RefreshKeys();
            }
        }
    }