Compare commits
11 Commits
442e7724ed
...
serde-rena
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ed31deb14 | |||
| ea4d48625d | |||
| 41f9382b83 | |||
| 5a26c80b2b | |||
| dbec402e18 | |||
| 423ef695ef | |||
| 77270886fa | |||
| ead9b4f688 | |||
| 5dfbc67886 | |||
| 067aed97f4 | |||
| 871d9c3cd5 |
@@ -38,9 +38,10 @@ message MapRequest {
|
||||
}
|
||||
|
||||
message MapFilter {
|
||||
optional string DisplayName = 1;
|
||||
optional string Creator = 2;
|
||||
optional int32 GameID = 3;
|
||||
int64 ID = 1;
|
||||
optional string DisplayName = 2;
|
||||
optional string Creator = 3;
|
||||
optional int32 GameID = 4;
|
||||
}
|
||||
|
||||
message MapList {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user