This commit is contained in:
Chris Forbes
2009-11-08 13:53:43 +13:00
parent 77b4673e7c
commit d954b22f65
5 changed files with 30 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ namespace OpenRa.Game.Traits
yield return Pair.New(anim.Image, 24f * (float2)self.Location);
}
void INotifyDamage.Damaged(Actor self, DamageState state)
public virtual void Damaged(Actor self, DamageState state)
{
switch( state )
{