mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Create EvtSetAttackTargetInfo
This commit is contained in:
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user