mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-14 09:49:31 +03:00
13 lines
192 B
Protocol Buffer
13 lines
192 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// Name: IHINMBHNLHL
|
||
|
message IHINMBHNLHL {
|
||
|
string type = 1;
|
||
|
string content = 2;
|
||
|
uint32 IMLBHGHMNAJ = 3;
|
||
|
}
|
||
|
|