GC-Proto/proto/SeaLampFlyLampNotify.proto

16 lines
256 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
2023-02-28 04:12:44 +03:00
// Name: FOPNAJKAPDA
// CmdId: 2161
2023-02-18 04:48:44 +03:00
message SeaLampFlyLampNotify {
2023-02-28 04:12:44 +03:00
int32 param = 4;
Vector pos = 8;
uint32 item_num = 2;
uint32 item_id = 7;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00