Make the INotifyParachuteLanded implementation in WithCrateBody.cs explicit
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
PlaySequence();
|
PlaySequence();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnLanded()
|
void INotifyParachuteLanded.OnLanded()
|
||||||
{
|
{
|
||||||
PlaySequence();
|
PlaySequence();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user