no more stateless garbage
This commit is contained in:
@@ -23,7 +23,7 @@ using OpenRA.Traits;
|
||||
|
||||
namespace OpenRA.Mods.RA.SupportPowers
|
||||
{
|
||||
class ChronoshiftPaletteEffectInfo : StatelessTraitInfo<ChronoshiftPaletteEffect> { }
|
||||
class ChronoshiftPaletteEffectInfo : TraitInfo<ChronoshiftPaletteEffect> { }
|
||||
|
||||
public class ChronoshiftPaletteEffect : IPaletteModifier, ITick
|
||||
{
|
||||
|
||||
@@ -183,6 +183,6 @@ namespace OpenRA.Mods.RA.SupportPowers
|
||||
}
|
||||
|
||||
// tag trait to identify the building
|
||||
class ChronosphereInfo : StatelessTraitInfo<Chronosphere> { }
|
||||
class ChronosphereInfo : TraitInfo<Chronosphere> { }
|
||||
public class Chronosphere { }
|
||||
}
|
||||
|
||||
@@ -67,6 +67,6 @@ namespace OpenRA.Mods.RA.SupportPowers
|
||||
}
|
||||
|
||||
// tag trait for the building
|
||||
class NukeSiloInfo : StatelessTraitInfo<NukeSilo> { }
|
||||
class NukeSiloInfo : TraitInfo<NukeSilo> { }
|
||||
class NukeSilo { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user