NahidaImpact/NahidaImpact.Protocol/PlayerGameTimeNotify.proto
2024-01-04 16:48:39 +03:00

8 lines
116 B
Protocol Buffer

syntax = "proto3";
message PlayerGameTimeNotify {
uint32 game_time = 14;
bool is_home = 12;
uint32 uid = 15;
}