Fixed compiler errors

This commit is contained in:
EvilFactory
2025-04-10 10:55:39 -03:00
parent 103871a4e9
commit 546450712d
4 changed files with 4 additions and 17 deletions
@@ -22,10 +22,6 @@ namespace Barotrauma
private Submarine enemySub;
private readonly Dictionary<HumanPrefab, List<StatusEffect>> characterStatusEffects = new Dictionary<HumanPrefab, List<StatusEffect>>();
private readonly Dictionary<HumanPrefab, List<StatusEffect>> characterStatusEffects = new Dictionary<HumanPrefab, List<StatusEffect>>();
// Update the last sighting periodically so that the players can find the pirate sub even if they have lost the track of it.
private readonly float pirateSightingUpdateFrequency = 30;
private float pirateSightingUpdateTimer;