Add EvtDoSkillSuccNotify and SetEntityClientDataNotify

This commit is contained in:
Melledy
2022-04-20 05:21:49 -07:00
parent 0537e9cc4c
commit 2d4e545546
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ForwardType.proto";
import "Vector.proto";
message EvtDoSkillSuccNotify {
ForwardType forwardType = 1;
uint32 casterId = 2;
uint32 skillId = 3;
Vector forward = 4;
}