Major upgrade for alpha testers

This commit is contained in:
Tercio Jose
2023-11-30 16:13:14 -03:00
parent 319fe4c84e
commit 0ff046b500
24 changed files with 2616 additions and 1399 deletions
+4
View File
@@ -416,6 +416,10 @@
end
end
function classCombat:GetRunTime()
return self.run_time or self:GetCombatTime()
end
function classCombat:GetStartTime()
return self.start_time
end