mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-06 21:19:25 +03:00
14 lines
237 B
Protocol Buffer
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;
|
|
}
|
|
|