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