Merge pull request #10542 from RoosterDragon/simplify

General Cleanup
This commit is contained in:
abcdefg30
2016-01-18 11:37:30 +01:00
304 changed files with 218 additions and 639 deletions

View File

@@ -8,7 +8,6 @@
*/
#endregion
using System.Collections.Generic;
using OpenRA.Graphics;
namespace OpenRA.Traits

View File

@@ -8,7 +8,6 @@
*/
#endregion
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using OpenRA.Graphics;

View File

@@ -9,7 +9,6 @@
#endregion
using System.Collections.Generic;
using System.Linq;
namespace OpenRA.Traits
{

View File

@@ -43,7 +43,7 @@ namespace OpenRA.Traits
public ResourceType(ResourceTypeInfo info, World world)
{
this.Info = info;
Info = info;
Variants = new Dictionary<string, Sprite[]>();
foreach (var v in info.Variants)
{