mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-30 17:14:11 +03:00
teapot tes 1
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "HomeMarkPointSceneData.proto";
|
||||
|
||||
// CmdId: 7160
|
||||
// 4.7.0
|
||||
// CmdId: 7657
|
||||
message HomeMarkPointNotify {
|
||||
repeated HomeMarkPointSceneData mark_point_data_list = 6;
|
||||
repeated HomeMarkPointSceneData mark_point_data_list = 6; // ok
|
||||
}
|
||||
|
Reference in New Issue
Block a user