move HiddenUnderFog, WithMuzzleFlash into modifiers where they belong

This commit is contained in:
Chris Forbes
2010-04-18 14:19:37 +12:00
parent 688b05042e
commit 690664d9bd
3 changed files with 3 additions and 4 deletions

View File

@@ -35,7 +35,6 @@ namespace OpenRA.Traits
public WithMuzzleFlash(Actor self)
{
var unit = self.traits.Get<Unit>();
var attack = self.traits.Get<AttackBase>();
var attackInfo = self.Info.Traits.Get<AttackBaseInfo>();
var render = self.traits.Get<RenderSimple>();