GC-Proto/proto/ScenePlayGuestReplyNotify.proto
2023-02-28 09:12:44 +08:00

14 lines
222 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: HAFIBFIFCMD
// CmdId: 4415
message ScenePlayGuestReplyNotify {
bool is_agree = 8;
uint32 guest_uid = 11;
uint32 play_id = 7;
}