mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 23:12:14 -07:00
Convert structure to open-std Document P1204R0: Canonical Project Structure
Took 2 hours 50 minutes
This commit is contained in:
parent
3e0cf97dff
commit
3fb9689bbb
585 changed files with 1548 additions and 1584 deletions
|
|
@ -1,14 +0,0 @@
|
|||
syntax = "proto2";
|
||||
import "serverinfo_user.proto";
|
||||
|
||||
message ServerInfo_PlayerProperties {
|
||||
optional sint32 player_id = 1;
|
||||
optional ServerInfo_User user_info = 2;
|
||||
optional bool spectator = 3;
|
||||
optional bool conceded = 4;
|
||||
optional bool ready_start = 5;
|
||||
optional string deck_hash = 6;
|
||||
optional sint32 ping_seconds = 7;
|
||||
optional bool sideboard_locked = 8;
|
||||
optional bool judge = 9;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue