Events class
re.Events
Inheritance
No base class.
Derived
None.
Properties
None.
Functions
void EmitNet<T>(string name, T data) where T : Msgpack.ISerde<T>staticextension1 more overload
void EmitNet(string name)void OnNet<T>(string name, Action<T> func) where T : Msgpack.ISerde<T>staticextension1 more overload
void OnNet(string name, Action func)void Emit<T>(string name, T data) where T : Msgpack.ISerde<T>staticextension1 more overload
void Emit(string name)void On<T>(string name, Action<T> func) where T : Msgpack.ISerde<T>staticextension1 more overload
void On(string name, Action func)