steamutils 1.3.67 → 1.3.68

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.3.67",
3
+ "version": "1.3.68",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.6",
@@ -1,8 +1,13 @@
1
- import "steammessages_base.proto";
2
-
3
1
  option optimize_for = SPEED;
4
2
  option cc_generic_services = false;
5
3
 
4
+ message CMsgIPAddress {
5
+ oneof ip {
6
+ fixed32 v4 = 1;
7
+ bytes v6 = 2;
8
+ }
9
+ }
10
+
6
11
  enum EMMSLobbyStatus {
7
12
  k_EMMSLobbyStatusInvalid = 0;
8
13
  k_EMMSLobbyStatusExists = 1;