Exemplo n.º 1
0
 private void CocApi_VillageReachedLegendsLeague(VillageApiModel villageApiModel)
 {
     _logService.LogInformation($"Village reached legends: {villageApiModel.Name}");
 }
Exemplo n.º 2
0
 private void CocApi_VillageLabelsAdded(VillageApiModel newVillageApiModel, IEnumerable <VillageLabelApiModel> labelApiModels)
 {
     _logService.LogInformation("labels added");
 }