Updated DamageType

This commit is contained in:
Chomp
2025-06-29 13:57:19 +01:00
parent 0a224df6dc
commit 2fc8b2a29f
@@ -29,5 +29,7 @@ public enum DamageType
LethalToxin = 2097152,
Btr = 4194304,
Artillery = 8388608,
Environment = 16777216,
HotGases = 16777216,
ThermobaricExplosion = 33554432,
Environment = 67108864,
}