GC-Proto/proto/PlayerGameTimeByLuaNotify.proto
2023-04-11 11:14:48 +08:00

14 lines
219 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 187
// Name: GFCPGINLENH
message PlayerGameTimeByLuaNotify {
uint32 sim_speed = 3;
uint32 game_time = 8;
uint32 uid = 4;
}