more traitinfos

This commit is contained in:
Chris Forbes
2010-01-10 13:20:51 +13:00
parent 409a48b22a
commit fee63593d7
21 changed files with 101 additions and 4 deletions

View File

@@ -5,6 +5,11 @@ using OpenRa.Game.Graphics;
namespace OpenRa.Game.Traits
{
class RenderUnitMuzzleFlashInfo : RenderUnitInfo
{
public override object Create(Actor self) { return new RenderUnitMuzzleFlash(self); }
}
class RenderUnitMuzzleFlash : RenderUnit
{
public RenderUnitMuzzleFlash(Actor self)