mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
add proto for unstable-quests
This commit is contained in:
11
proto/AvatarDelNotify.proto
Normal file
11
proto/AvatarDelNotify.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// CmdId: 1642
|
||||
// Name: MBEFPBGHKGB
|
||||
message AvatarDelNotify {
|
||||
repeated uint64 avatar_guid_list = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user