mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 08:30:22 +03:00
16 lines
335 B
Protocol Buffer
16 lines
335 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
// CmdID: 3034
|
||
|
|
||
|
import "StoreType.proto";
|
||
|
|
||
|
message OOEFGBGHBAJ {
|
||
|
uint32 IKAHJNDHEKL = 3;
|
||
|
uint32 weight_limit = 5;
|
||
|
uint32 LBFHGKOCOPB = 7;
|
||
|
uint32 FNPEAHFKEFH = 11;
|
||
|
uint32 CIFCCOABAKM = 14;
|
||
|
StoreType store_type = 15;
|
||
|
}
|