示例#1
0
    public void WinPopup(PlayerGame game_, SymbolDescriptor winner)
    {
        ResultPopup resultPopup = MakePopup(game_);

        resultPopup.WinSetup(winner);
    }