© 2026 Hedgehog Software, LLC
public void LoadEvents() { this.Events = this.Registrar.ReadEvents(); foreach (ElfinEvent ev in this.Events) { this.RawClient[ev] += async (self, packet) => { } } }