GC-Proto/proto/ClientLoadingCostumeVerificationNotify.proto
2023-04-11 16:18:47 +08:00

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;
}