oops; we don't want mod binaries in the repo; demotruck in aftermath mod.

This commit is contained in:
Chris Forbes
2010-01-17 10:21:44 +13:00
parent a3ab1d77e7
commit 9c78406f08
16 changed files with 202 additions and 62 deletions

View File

@@ -11,7 +11,7 @@ namespace OpenRa.Traits
public object Create( Actor self ) { return new Unit( self ); }
}
class Unit : INotifyDamage
public class Unit : INotifyDamage
{
[Sync]
public int Facing;