17 lines
303 B
Protocol Buffer
17 lines
303 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ForwardType.proto";
|
|
import "Vector.proto";
|
|
|
|
// Name: HPEAGHLDDNK
|
|
// CmdId: 364
|
|
message EvtDoSkillSuccNotify {
|
|
ForwardType forward_type = 8;
|
|
Vector forward = 3;
|
|
uint32 skill_id = 1;
|
|
uint32 caster_id = 10;
|
|
}
|
|
|