mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
Added server/client feature set communication
This commit is contained in:
parent
baa61d0571
commit
044c2356ff
26 changed files with 225 additions and 22 deletions
|
|
@ -46,6 +46,7 @@ message Command_Login {
|
|||
optional string password = 2;
|
||||
optional string clientid = 3;
|
||||
optional string clientver = 4;
|
||||
repeated string clientfeatures = 5;
|
||||
}
|
||||
|
||||
message Command_Message {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue