husk experiment

This commit is contained in:
Chris Forbes
2010-05-14 20:46:47 +12:00
parent 9606827f34
commit 6936c73b68
8 changed files with 205 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ using OpenRA.Graphics;
namespace OpenRA.Traits
{
class RenderUnitInfo : RenderSimpleInfo
public class RenderUnitInfo : RenderSimpleInfo
{
public override object Create(Actor self) { return new RenderUnit(self); }
}