mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-06 17:16:08 +03:00
10 lines
199 B
Protocol Buffer
10 lines
199 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "SceneEntityInfo.proto";
|
|
|
|
// 4.6.0
|
|
// CmdId: 5930
|
|
message AvatarChangeCostumeNotify {
|
|
SceneEntityInfo entity_info = 1;
|
|
} |