Пример #1
0
 int PrepareCelebShot(bool success)
 {
     if (success)
     {
         uiController.BrownOut();
         celebShotStarted = true;
     }
     return(0);
 }
Пример #2
0
    int PrepareKegStand(bool successful)
    {
        if (successful)
        {
            uiController.BrownOut();

            ioController.DisableClicking();
            ioController.DisableScrolling();
            preparingKegStand = true;
        }
        return(0);
    }