Event<T> constructor
- SetonixServer server,
- ServerWorldEvent serverEvent,
- Channel target,
- T clientEvent,
- Channel source,
- Set<
Channel> ? needsUpdate,
Implementation
Event(this.server, this.serverEvent, this.target, this.clientEvent,
this.source, this.needsUpdate);