mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -20,9 +20,9 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SegmentCRCInfo {
|
||||
uint32 module = 13;
|
||||
int32 retcode = 5;
|
||||
uint32 size = 10;
|
||||
string crc = 3;
|
||||
uint32 offset = 11;
|
||||
uint32 size = 6;
|
||||
string crc = 8;
|
||||
uint32 module = 4;
|
||||
int32 retcode = 3;
|
||||
uint32 offset = 9;
|
||||
}
|
||||
|
Reference in New Issue
Block a user