This commit is contained in:
2024-09-18 11:23:08 +08:00
commit 03cb84a640
6 changed files with 278 additions and 0 deletions

7
gclid.proto Normal file
View File

@@ -0,0 +1,7 @@
syntax = "proto3";
message Gclid {
int64 timestamp = 1;
int64 unknown1 = 2;
int64 unknown2 = 3;
}