mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-24 15:39:25 +03:00
14 lines
292 B
Protocol Buffer
14 lines
292 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdID: 9399
|
|
|
|
message ANIDMDGOKOL {
|
|
string OINHNDDPFLI = 8;
|
|
uint32 KJLBEPDNLDM = 13;
|
|
uint32 target_entity_id = 15;
|
|
int32 param3 = 5;
|
|
int32 param2 = 6;
|
|
int32 param1 = 12;
|
|
}
|