1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

show statistics ingame

This commit is contained in:
Laserlicht
2025-11-22 13:14:50 +01:00
parent f3fd5c05af
commit afb045ef14
26 changed files with 119 additions and 0 deletions

View File

@@ -295,6 +295,8 @@ void registerTypes(Serializer &s)
s.template registerType<SetTownName>(253);
s.template registerType<LobbySetBattleOnlyModeStartInfo>(254);
s.template registerType<BattleEnded>(255);
s.template registerType<RequestStatistic>(256);
s.template registerType<ResponseStatistic>(257);
}
VCMI_LIB_NAMESPACE_END