GC-Proto/proto/ChannelerSlabCamp.proto
Akbar Yahya 8d246c4fa7 * Fix Nama TrifleItem to Item
* Fix Name Rotation to Vector
2023-01-29 07:46:20 +08:00

13 lines
214 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
message ChannelerSlabCamp {
Vector pos = 14;
uint32 rewardId = 11;
uint32 groupId = 5;
uint32 bfgophiannc = 15;
}