Make the INotifyParachuteLanded implementation in WithCrateBody.cs explicit

This commit is contained in:
abcdefg30
2016-01-23 13:22:11 +01:00
parent 4a67104603
commit b1fac69b01

View File

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