Add EvtDoSkillSuccNotify and SetEntityClientDataNotify
This commit is contained in:
13
proto/EvtDoSkillSuccNotify.proto
Normal file
13
proto/EvtDoSkillSuccNotify.proto
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user