Compare commits
3 Commits
serde-rena
...
debba86882
| Author | SHA1 | Date | |
|---|---|---|---|
| debba86882 | |||
| f8d480e834 | |||
| 5cfa6745a6 |
@@ -38,7 +38,6 @@ 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 int64 StateID = 3;
|
||||
optional int32 StateID = 3;
|
||||
optional google.protobuf.Struct Data = 4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user