GC-Proto/proto/ChannelerSlabCamp.proto

15 lines
246 B
Protocol Buffer
Raw Normal View History

2023-04-11 11:18:47 +03:00
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;
}