Remove some unused fields

This commit is contained in:
metalgearsloth
2021-09-21 00:16:52 +10:00
parent b45d121c24
commit a8908427a8
4 changed files with 0 additions and 8 deletions

View File

@@ -21,7 +21,6 @@ namespace Content.Server.Cloning
public readonly Dictionary<Mind.Mind, int> MindToId = new();
public readonly Dictionary<int, ClonerDNAEntry> IdToDNA = new();
private int _nextAllocatedMindId = 0;
private float _quickAndDirtyUserUpdatePreventerTimer = 0.0f;
public readonly Dictionary<Mind.Mind, EntityUid> ClonesWaitingForMind = new();
public override void Initialize()