Exemplo n.º 1
0
 public void HandleEvent(NoPokeballEvent evt, ISession session)
 {
     Logger.Write(session.Translation.GetTranslation(TranslationString.EventNoPokeballs, evt.Id, evt.Cp),
         LogLevel.Caught);
 }
Exemplo n.º 2
0
 private static void HandleEvent(NoPokeballEvent noPokeballEvent, ISession session)
 {
     Logger.Write(session.Translation.GetTranslation(TranslationString.EventNoPokeballs, noPokeballEvent.Id, noPokeballEvent.Cp),
         LogLevel.Caught);
 }
Exemplo n.º 3
0
 public void HandleEvent(NoPokeballEvent evt, ISession session)
 {
 }
Exemplo n.º 4
0
 public void HandleEvent(NoPokeballEvent evt, Context ctx)
 {
 }
Exemplo n.º 5
0
 public void HandleEvent(NoPokeballEvent evt, Context ctx)
 {
     Logger.Write($"No Pokeballs - We missed a {evt.Id} with CP {evt.Cp}", LogLevel.Caught);
 }
Exemplo n.º 6
0
 public void HandleEvent(NoPokeballEvent evt, Context ctx)
 {
     Logger.Write(ctx.Translations.GetTranslation(TranslationString.EventNoPokeballs, evt.Id, evt.Cp),
         LogLevel.Caught);
 }