23 lines
468 B
Protocol Buffer
23 lines
468 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "EntityConfigHashEntry.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;
|
|
}
|