示例#1
0
    void Update()
    {
        SetupPositions();
        DeterminePositions();
        bool isEndGame = flowManager.GetEndGame();

        if (isEndGame)
        {
            SetFirstPositionPlayerName();
        }
    }