Example #1
0
 void tas_BattleMapChanged(object sender, TasEventArgs e)
 {
     if (config.DisplayMapLink)
     {
         tas.Say(TasClient.SayPlace.Battle, "", "maplink: " + mapLinker.GetLink(tas.GetBattle().Map.Name), true);
     }
 }
Example #2
0
 void tas_BattleMapChanged(object sender, TasEventArgs e)
 {
     tas.Say(TasClient.SayPlace.Battle, "", "maplink: " + mapLinker.GetLink(tas.GetBattle().Map), true);
 }