GC-Proto/proto/SegmentInfo.proto
2023-04-11 11:14:48 +08:00

13 lines
187 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: BMMIIMLDFOG
message SegmentInfo {
uint32 size = 3;
uint32 offset = 15;
uint32 module = 4;
}