GC-Proto/proto/PlayerSetPauseReq.proto

12 lines
163 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: PMEKJCILJAH
// CmdId: 102
message PlayerSetPauseReq {
bool is_paused = 4;
}