1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-08-17 07:02:57 +03:00
Files
GC-Proto/unimplemented/QuestRenameAvatarReq.proto
2024-08-21 22:00:57 +08:00

10 lines
185 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
message QuestRenameAvatarReq {
string avatar_name = 2;
uint32 rename_id = 3;
bool is_check = 12;
}