Пример #1
0
 void CallResetShot() //Calls the reenable function for the respective shot after a hit
 {
     if (tag == "BluePortal")
     {
         ItemInputHandler.ResetShot(true, false);
     }
     else if (tag == "OrangePortal")
     {
         ItemInputHandler.ResetShot(false, true);
     }
 }