Skip to content

Commit

Permalink
Update Misc.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 authored Dec 6, 2022
1 parent 93758af commit 76f73ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SuperGrate/Classes/Misc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using SuperGrate.UserList;
using SuperGrate.IO;
using System.Windows.Forms;
using System.Text.RegularExpressions;

namespace SuperGrate
{
Expand Down Expand Up @@ -474,4 +475,4 @@ public enum OSArchitecture
X64 = 2
}
}
}
}

0 comments on commit 76f73ed

Please sign in to comment.