コード例 #1
0
    public override void SdkCompletedWithMatch(Dictionary <string, string> matchResult)
    {
        GameObject  _fuelHandler       = GameObject.Find("FuelHandlerObject");
        FuelHandler _fuelHandlerScript = _fuelHandler.GetComponent <FuelHandler>();

        _fuelHandlerScript.LaunchMultiplayerGame(matchResult);
    }