Exemple #1
0
 public static string GetReward(this QuestRewardMessage reward)
 {
     return(GetReward(reward.Type, reward.Info));
 }
Exemple #2
0
 public static string GetReward(this QuestRewardMessage reward)
 {
     return(GetReward(reward.Type, reward.Info.PokemonId, reward.Info.Amount, reward.Info.Item, reward.Info.Ditto, reward.Info.Shiny));
 }