GC-Proto/proto/PlayerSetPauseReq.proto
2024-06-02 11:52:03 +08:00

11 lines
176 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 853
// Version: 4.6.0
// Obfs: INJOCNKNOAP
message PlayerSetPauseReq {
bool is_paused = 1;
}