Beispiel #1
0
    private void CmdRespondToFightRequest(FightUI.FightChoice fightResponse)
    {
        var gameController = GameController.Instance;

        gameController.SubmitFightChoice(m_playerData.PlayerId, fightResponse);
    }
 private void RespondToFightRequest(FightUI.FightChoice fightResponse)
 {
     CmdRespondToFightRequest(fightResponse);
 }