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;
|
||||||
|
}
|
||||||
10
proto/SetEntityClientDataNotify.proto
Normal file
10
proto/SetEntityClientDataNotify.proto
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
import "EntityClientData.proto";
|
||||||
|
|
||||||
|
message SetEntityClientDataNotify {
|
||||||
|
uint32 entityId = 1;
|
||||||
|
EntityClientData entityClientData = 2;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user