Rename CommonTraitsInterfaces to TraitsInterfaces, move to Traits namespace

This commit is contained in:
reaperrr
2014-12-18 22:14:47 +01:00
parent de224a381d
commit 2d7c1a3394
27 changed files with 9 additions and 27 deletions

View File

@@ -11,7 +11,7 @@
using System;
using System.Collections.Generic;
using OpenRA.GameRules;
using OpenRA.Mods.Common;
using OpenRA.Mods.Common.Traits;
using OpenRA.Traits;
namespace OpenRA.Mods.RA