Compare commits
11 Commits
master
...
serde-rena
Author | SHA1 | Date | |
---|---|---|---|
8ed31deb14 | |||
ea4d48625d | |||
41f9382b83 | |||
5a26c80b2b | |||
dbec402e18 | |||
423ef695ef | |||
77270886fa | |||
ead9b4f688 | |||
5dfbc67886 | |||
067aed97f4 | |||
871d9c3cd5 |
@ -38,6 +38,7 @@ message MapRequest {
|
||||
}
|
||||
|
||||
message MapFilter {
|
||||
int64 ID = 1;
|
||||
optional string DisplayName = 2;
|
||||
optional string Creator = 3;
|
||||
optional int32 GameID = 4;
|
||||
|
@ -27,7 +27,7 @@ message TransactionCreate {
|
||||
message TransactionUpdate {
|
||||
string ID = 1;
|
||||
optional int64 Value = 2;
|
||||
optional int32 StateID = 3;
|
||||
optional int64 StateID = 3;
|
||||
optional google.protobuf.Struct Data = 4;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user