1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-06 17:16:08 +03:00
GC-Proto/proto/AbilityGadgetInfo.proto
2023-04-11 16:18:47 +08:00

13 lines
215 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: JDMJNJAJHGI
message AbilityGadgetInfo {
uint32 camp_id = 1;
uint32 camp_target_type = 2;
uint32 target_entity_id = 3;
}