mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
23 lines
566 B
Protocol Buffer
23 lines
566 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "AISnapshotEntitySkillCycle.proto";
|
|
|
|
// Name: DBMCOIFNCGD
|
|
message AISnapshotEntityData {
|
|
uint32 DNOPLJCEPEK = 12;
|
|
float FIGCHBCEBLM = 10;
|
|
uint32 BOCPCJNJFLL = 1;
|
|
map<uint32, uint32> hitting_avatars = 7;
|
|
uint32 LLDLIEFOODH = 9;
|
|
float AKBGKFBHPEO = 5;
|
|
uint32 entity_id = 15;
|
|
float EHCPFCIGKMJ = 11;
|
|
uint32 GBCJLKBJCBO = 3;
|
|
repeated AISnapshotEntitySkillCycle finished_skill_cycles = 2;
|
|
uint32 attack_target_id = 6;
|
|
float HLLKKIIENIK = 4;
|
|
}
|
|
|