Add TacticalKillStatsTable back and make it work for all players on your team / Spectator player shows T1/2 losses separately

This commit is contained in:
2026-03-15 17:04:33 -05:00
parent 770a42b841
commit d2f3974c96
6 changed files with 252 additions and 1 deletions

View File

@@ -241,6 +241,7 @@ function GameObject.Is_Transport() end
function GameObject.Can_Land_On_Planet(planet) end
---@public
---@return GameObjectType
function GameObject.Get_Game_Scoring_Type() end
---@public