示例#1
0
 public void enterShopOnLose(int level)
 {
     currLvl = level;
     MenuScript.EnterShop();
     if (rifleUnlock == true)
     {
         rifle.interactable = false;
     }
     if (shotgunUnlock == true)
     {
         shotgun.interactable = false;
     }
 }