mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 08:30:22 +03:00
23 lines
353 B
Protocol Buffer
23 lines
353 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "Rotation.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message SeaLampFlyLampReq {
|
||
|
enum MPIPICKJIGA {
|
||
|
option allow_alias = true;
|
||
|
NONE = 0;
|
||
|
PEPPOHPHJOJ = 2193;
|
||
|
DCDNILFDFLB = 0;
|
||
|
NNBKOLMPOEA = 1;
|
||
|
EAJIABGAOCI = 1;
|
||
|
}
|
||
|
|
||
|
Rotation pos = 14;
|
||
|
uint32 itemId = 4;
|
||
|
uint32 itemNum = 1;
|
||
|
int32 param = 15;
|
||
|
}
|