GC-Proto/proto/ClientLoadingCostumeVerific...

14 lines
237 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 3270
// Name: FGNKEMCGCCD
message ClientLoadingCostumeVerificationNotify {
uint32 costume_id = 3;
uint64 guid = 7;
uint64 prefab_hash = 4;
}