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