15 lines
246 B
Protocol Buffer
15 lines
246 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "Vector.proto";
|
||
|
|
||
|
// Name: IBJHFINBAHB
|
||
|
message ChannelerSlabCamp {
|
||
|
uint32 buff_num = 5;
|
||
|
uint32 group_id = 10;
|
||
|
uint32 reward_id = 8;
|
||
|
Vector pos = 11;
|
||
|
}
|
||
|
|