I was wondering if it was possible to send an event to a list of clients.
Currently what can be done is stopping the event from being broadcasted, but what if we need to filter the event for some players?
Maybe we could stop event broadcast, then emulate the event networking (hopefully they are based on protobuff).
Does anyone know if events use protobuf? If so, what is the message header?