GC-Proto/proto/SetNameCardRsp.proto

13 lines
228 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 4019
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message SetNameCardRsp {
int32 retcode = 11;
uint32 name_card_id = 2;
}