public void GameplayResult(IGameplayResult _result)
        {
            AnturaGameplayResult result       = _result as AnturaGameplayResult;
            AnturaGameplayInfo   gameplayInfo = result.GameplayInfo as AnturaGameplayInfo;

            Debug.LogFormat("End {0} gameplay result : {1} with {2} star/s.", gameplayInfo.GameId, result.PositiveResult, result.Stars);
        }
Esempio n. 2
0
 public void GameplayResult(IGameplayResult _result)
 {
     ConcreteModuleImplementation.GameplayResult(_result);
 }