mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 09:22:15 -07:00
Support baseline with DB
This commit is contained in:
parent
38efd77241
commit
ab5a370e32
12 changed files with 647 additions and 590 deletions
|
|
@ -8,6 +8,11 @@ message ServerInfo_User {
|
|||
IsAdmin = 8;
|
||||
IsJudge = 16;
|
||||
};
|
||||
message PawnColorsOverride {
|
||||
optional string left_side = 1;
|
||||
optional string right_side = 2;
|
||||
};
|
||||
|
||||
optional string name = 1;
|
||||
optional uint32 user_level = 2;
|
||||
optional string address = 3;
|
||||
|
|
@ -22,4 +27,5 @@ message ServerInfo_User {
|
|||
optional string email = 12;
|
||||
optional string clientid = 13;
|
||||
optional string privlevel = 14;
|
||||
optional PawnColorsOverride pawn_colors = 15;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue