no more stateless garbage

This commit is contained in:
Chris Forbes
2010-04-13 18:46:49 +12:00
parent d8748397d1
commit e224c64ccc
45 changed files with 46 additions and 53 deletions

View File

@@ -23,7 +23,7 @@ using System.Linq;
namespace OpenRA.Traits
{
class BelowUnitsInfo : StatelessTraitInfo<BelowUnits> { }
class BelowUnitsInfo : TraitInfo<BelowUnits> { }
class BelowUnits : IRenderModifier
{

View File

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

View File

@@ -23,7 +23,7 @@ using System.Linq;
namespace OpenRA.Traits
{
class WithShadowInfo : StatelessTraitInfo<WithShadow> {}
class WithShadowInfo : TraitInfo<WithShadow> {}
class WithShadow : IRenderModifier
{