![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
Classes | |
| struct | SessionEvent |
Public Types | |
| enum | NotificationType { UNKNOWN = 0 , PROMOTED = 1 , WARNING = 2 , IDLEWARNING = 3 , CUSTOM = 4 , REPORT_RESOLVED = 5 , REPORT_COMMENT = 6 } |
Public Attributes | |
| optional NotificationType | type = 1 |
| optional string | warning_reason = 2 |
| optional string | custom_title = 3 |
| optional string | custom_content = 4 |
| optional string Event_NotifyUser::custom_content = 4 |
| optional string Event_NotifyUser::custom_title = 3 |
| optional NotificationType Event_NotifyUser::type = 1 |
| optional string Event_NotifyUser::warning_reason = 2 |