Example #1
0
    public void Initialize()
    {
        _stamina               = startStamina;
        _round                 = startRound;
        _timer                 = 0f;
        _roundTimer            = 0f;
        _girlSearchingAndThrow = false;
        _workload              = startWorkLoad;

        if (rounds.Length > 0)
        {
            _roundMaxTimer = rounds[0];
        }

        guy.PlayerSpawn(startGuyPosition);
        girl.Initialize();
        heap.Initialize();
    }