Fix StyleCop nits in Mods.TS.

This commit is contained in:
Paul Chote
2014-12-14 17:13:23 +13:00
parent 4504df1de9
commit 0f332472f1
3 changed files with 12 additions and 12 deletions

View File

@@ -8,10 +8,10 @@
*/
#endregion
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System;
using OpenRA.FileFormats;
using OpenRA.FileSystem;