ProvidesRadar..

This commit is contained in:
Chris Forbes
2010-01-10 13:37:21 +13:00
parent 1803dad53c
commit f4d19aa78c
8 changed files with 36 additions and 3 deletions

View File

@@ -2,6 +2,11 @@
namespace OpenRa.Game.Traits
{
class RenderUnitRotorInfo : RenderUnitInfo
{
public override object Create(Actor self) { return new RenderUnitRotor(self); }
}
class RenderUnitRotor : RenderUnit
{
public Animation rotorAnim, secondRotorAnim;