mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
16 lines
268 B
Protocol Buffer
16 lines
268 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// Name: CJEFHCKHINC
|
|
// CmdId: 5836
|
|
message FishCastRodReq {
|
|
uint32 rod_entity_id = 13;
|
|
uint32 BJFPOFFAPOE = 3;
|
|
Vector pos = 14;
|
|
uint32 LPEBKNNANPL = 9;
|
|
}
|
|
|