mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
14 lines
219 B
Protocol Buffer
14 lines
219 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "Rotation.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message ChannelerSlabCamp {
|
|
Rotation pos = 14;
|
|
uint32 rewardId = 11;
|
|
uint32 groupId = 5;
|
|
uint32 bfgophiannc = 15;
|
|
}
|