mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-01 15:54:44 +03:00
15 lines
249 B
Protocol Buffer
15 lines
249 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// CmdId: 1666
|
|
// Name: BHCBIKNNPFO
|
|
message AvatarDieAnimationEndReq {
|
|
uint32 skill_id = 15;
|
|
uint64 die_guid = 3;
|
|
Vector reborn_pos = 11;
|
|
}
|
|
|