GC-Proto/proto/ClientLoadingCostumeVerific...

22 lines
352 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ClientLoadingCostumeVerificationNotify {
//enum ADGJCEJGDDD {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 3441;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
// EAJIABGAOCI = 1;
//}
uint64 prefabHash = 15;
uint32 costumeId = 8;
uint64 guid = 13;
}