mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
15 lines
251 B
Protocol Buffer
15 lines
251 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// CmdId: 7501
|
|
// Version: 4.6.0
|
|
// Obfs: AODMIJLDINJ
|
|
message FishAttractNotify {
|
|
Vector pos = 6;
|
|
uint32 uid = 13;
|
|
repeated uint32 fish_id_list = 15;
|
|
}
|