GC-Proto/proto/ClientLoadingCostumeVerific...

14 lines
238 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 06:08:38 +03:00
// Name: IKHCDGKOMNP
// CmdId: 3387
message ClientLoadingCostumeVerificationNotify {
2023-02-28 06:08:38 +03:00
uint64 guid = 2;
uint64 prefab_hash = 3;
uint32 costume_id = 12;
}
2023-02-28 06:08:38 +03:00