GC-Proto/proto/ClientLoadingCostumeVerific...

13 lines
244 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2024-06-02 06:52:03 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-06-02 06:52:03 +03:00
// CmdId: 9147
// Version: 4.6.0
// Obfs: LOCACCFEBLN
message ClientLoadingCostumeVerificationNotify {
2024-06-02 06:52:03 +03:00
uint64 prefab_hash = 2;
uint32 costume_id = 4;
uint64 guid = 6;
}