mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 09:19:25 +03:00
22 lines
452 B
Protocol Buffer
22 lines
452 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "EntityConfigHashEntry.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message EntityConfigHashNotify {
|
||
|
enum DCBKEDEMKOE {
|
||
|
option allow_alias = true;
|
||
|
NONE = 0;
|
||
|
PEPPOHPHJOJ = 3265;
|
||
|
DCDNILFDFLB = 0;
|
||
|
NNBKOLMPOEA = 1;
|
||
|
EAJIABGAOCI = 1;
|
||
|
}
|
||
|
|
||
|
repeated EntityConfigHashEntry avatarEntryList = 12;
|
||
|
repeated EntityConfigHashEntry abilityEntryList = 7;
|
||
|
repeated EntityConfigHashEntry combatEntryList = 1;
|
||
|
}
|