Replace some to do with TODO (#30346)

Replace to do with TODO
This commit is contained in:
lzk
2024-07-25 10:04:03 +02:00
committed by GitHub
parent 50ba20c766
commit f56e4f6624
9 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ public sealed class DamagedByFlashingSystem : EntitySystem
{
_damageable.TryChangeDamage(ent, ent.Comp.FlashDamage);
//To Do: It would be more logical if different flashes had different power,
//TODO: It would be more logical if different flashes had different power,
//and the damage would be inflicted depending on the strength of the flash.
}
}