예제 #1
0
    private void CheckForMiscInputs()
    {
        // Rename in the future

        if (Input.GetKey(KeyCode.C))
        {
            if (towerManager.IsMidComboCreation())
            {
                towerManager.ClearTowersBeingCombod(true);
            }
        }
    }