Move PlayerStatistics to Mods.Common

This commit is contained in:
penev92
2015-01-03 01:02:15 +02:00
parent 0e71580af6
commit b1e2e5bea6
4 changed files with 4 additions and 8 deletions

View File

@@ -8,11 +8,9 @@
*/
#endregion
using System;
using System.Drawing;
using System.Linq;
using OpenRA.Mods.RA;
using OpenRA.Traits;
using OpenRA.Mods.Common.Traits;
using OpenRA.Widgets;
namespace OpenRA.Mods.RA.Widgets.Logic