Fix CA1822

This commit is contained in:
RoosterDragon
2023-11-14 19:51:03 +00:00
committed by Gustas
parent b97d1a4c6c
commit 889de5e08a
4 changed files with 4 additions and 4 deletions

View File

@@ -371,7 +371,7 @@ namespace OpenRA.Mods.Common.Traits
neighbours[d].neighbours[d].UpdateState();
}
void AggregateDamageState(Bridge b, int d, ref DamageState damage)
static void AggregateDamageState(Bridge b, int d, ref DamageState damage)
{
if (b.health.DamageState > damage)
damage = b.health.DamageState;