Compare commits
3 Commits
serde-rena
...
master
Author | SHA1 | Date | |
---|---|---|---|
2186c5cb96 | |||
f8d480e834 | |||
5cfa6745a6 |
@ -38,7 +38,6 @@ message MapRequest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message MapFilter {
|
message MapFilter {
|
||||||
int64 ID = 1;
|
|
||||||
optional string DisplayName = 2;
|
optional string DisplayName = 2;
|
||||||
optional string Creator = 3;
|
optional string Creator = 3;
|
||||||
optional int32 GameID = 4;
|
optional int32 GameID = 4;
|
||||||
|
@ -27,7 +27,7 @@ message TransactionCreate {
|
|||||||
message TransactionUpdate {
|
message TransactionUpdate {
|
||||||
string ID = 1;
|
string ID = 1;
|
||||||
optional int64 Value = 2;
|
optional int64 Value = 2;
|
||||||
optional int64 StateID = 3;
|
optional int32 StateID = 3;
|
||||||
optional google.protobuf.Struct Data = 4;
|
optional google.protobuf.Struct Data = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user