1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-14 13:06:07 +03:00
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;
}