예제 #1
0
    public void TiePopup(PlayerGame game_)
    {
        ResultPopup resultPopup = MakePopup(game_);

        resultPopup.TieSetup();
    }