Add canGameOver to logic rules, fix trailing spaces (#10403)

This commit is contained in:
router
2025-02-06 01:49:07 +02:00
committed by GitHub
parent 52268e3247
commit 9801dbdfd2
2 changed files with 6 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ public enum LogicRule{
unitCap,
mapArea,
lighting,
canGameOver,
ambientLight,
solarMultiplier,
dragMultiplier,