This commit is contained in:
Chris Forbes
2010-02-27 20:17:27 +13:00
parent ed55078e83
commit 11b926a422
290 changed files with 591 additions and 591 deletions

View File

@@ -21,7 +21,7 @@
using System.Collections.Generic;
using System.Linq;
namespace OpenRa.Traits
namespace OpenRA.Traits
{
class BelowUnitsInfo : StatelessTraitInfo<BelowUnits> { }

View File

@@ -21,7 +21,7 @@
using System.Collections.Generic;
using System.Linq;
namespace OpenRa.Traits
namespace OpenRA.Traits
{
class CloakInfo : ITraitInfo
{

View File

@@ -20,7 +20,7 @@
using System.Collections.Generic;
namespace OpenRa.Traits
namespace OpenRA.Traits
{
class InvisibleToOthersInfo : StatelessTraitInfo<InvisibleToOthers> { }

View File

@@ -21,7 +21,7 @@
using System.Collections.Generic;
using System.Linq;
namespace OpenRa.Traits
namespace OpenRA.Traits
{
class WithShadowInfo : StatelessTraitInfo<WithShadow> {}