Skip to content

Commit

Permalink
Change settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirednuke committed Jul 21, 2024
1 parent 49d1e12 commit d718792
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class Magma : Floor, IHandlePathing
{
private int _baseDamage;
private Timer _internalTimer;
public static Dictionary<MobileEntity, DateTime> _entities = new Dictionary<MobileEntity, DateTime>();
public static List<KeyValuePair<MobileEntity, DateTime>> _entitiesToAdd { get; } = new List<KeyValuePair<MobileEntity, DateTime>>();
private static Dictionary<MobileEntity, DateTime> _entities = new Dictionary<MobileEntity, DateTime>();
private static List<KeyValuePair<MobileEntity, DateTime>> _entitiesToAdd { get; } = new List<KeyValuePair<MobileEntity, DateTime>>();
private static List<MobileEntity> _entitiesToRemove { get; } = new List<MobileEntity>();

internal new class Cache : IComponentCache
Expand Down

0 comments on commit d718792

Please sign in to comment.