Paradrop Production

This commit is contained in:
Bynnar18
2016-01-04 03:01:09 -06:00
committed by Oliver Brakmann
parent 728bad9565
commit a9ffe0a779
9 changed files with 187 additions and 9 deletions

View File

@@ -67,7 +67,7 @@ namespace OpenRA.Mods.Common.Traits
PlaySequence();
}
void INotifyParachuteLanded.OnLanded()
void INotifyParachuteLanded.OnLanded(Actor ignore)
{
PlaySequence();
}