![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
Classes | |
| struct | SessionEvent |
Public Types | |
| enum | ServerOptions { NoOptions = 0 , SupportsPasswordHash = 1 } |
Public Attributes | |
| optional string | server_name = 1 |
| optional string | server_version = 2 |
| optional uint32 | protocol_version = 3 |
| optional ServerOptions | server_options = 4 [default = NoOptions] |
| optional uint32 Event_ServerIdentification::protocol_version = 3 |
| optional string Event_ServerIdentification::server_name = 1 |
| optional ServerOptions Event_ServerIdentification::server_options = 4 [default = NoOptions] |
| optional string Event_ServerIdentification::server_version = 2 |