UserEvent Class
Base class for multiplayer events that concern a specific user.
Derives from
MultiplayerEvent and exposes the full
User object associated with the event. Use this when the event handler needs access to user properties such as the display name or index.
| UserEvent | Initializes a new instance of UserEvent. |
| User | The user associated with this event. |