diff --git a/maps.proto b/maps.proto index d670692..601427f 100644 --- a/maps.proto +++ b/maps.proto @@ -32,6 +32,8 @@ message MapResponse { int64 Submitter = 8; int64 Thumbnail = 9; int64 AssetVersion = 10; + int32 LoadCount = 11; + int32 Modes = 12; } message MapRequest {