Skip to content

Commit

Permalink
corrected misplaced using-directive
Browse files Browse the repository at this point in the history
  • Loading branch information
skizzix3 authored and FluffierThanThou committed Jul 27, 2021
1 parent 1c3cd63 commit fbc9d1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Windows/Window_TriggerThresholdDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Collections.Generic;
using UnityEngine;
using Verse;
using RimWorld;

namespace FluffyManager
{
Expand Down Expand Up @@ -82,4 +81,4 @@ public override void PreOpen()
Input = Trigger.TargetCount.ToString();
}
}
}
}

0 comments on commit fbc9d1d

Please sign in to comment.