mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-04 16:16:06 +03:00
17 lines
299 B
Protocol Buffer
17 lines
299 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// CmdId: 2921
|
|
// Name: CFPNMMHIFLK
|
|
message CFPNMMHIFLK {
|
|
Vector hint_center_pos = 12;
|
|
uint32 config_id = 2;
|
|
uint32 group_id = 5;
|
|
uint32 offering_id = 14;
|
|
uint32 hint_radius = 11;
|
|
}
|
|
|