mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
Create EvtSetAttackTargetInfo
This commit is contained in:
parent
6936d026bd
commit
9b236063a2
11
proto/EvtSetAttackTargetInfo.proto
Normal file
11
proto/EvtSetAttackTargetInfo.proto
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
// Handcrafted by Magix!
|
||||||
|
message EvtSetAttackTargetInfo {
|
||||||
|
uint32 attack_target_id = 15;
|
||||||
|
uint32 select_point_index = 5;
|
||||||
|
uint32 entity_id = 1;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user