void InterWorldChat_OnWorldList(Instance sender, WorldListEventArgs args) { if (_t2 != null) { _t2.Dispose(); } _t2 = new Timer(WorldListTimer, null, 1000, 0); //if (args.World.Name == "Blizzard") // return; _worlds.Add(args.World); }
private void Vp_OnWorldList(Instance sender, WorldListEventArgs args) { Cli.WriteLine(ConsoleMessageType.Event, " -> " + args.World.Name + " (" + args.World.UserCount + " users)"); }
void Vp_OnWorldList(Instance sender, WorldListEventArgs args) { args.Serialize().AppendTextFile(LogName(args.GetType())); }
public void OnWorldList(VpNet.Instance sender, WorldListEventArgs args) { _caller.onWorldList(args); }