Some misc explicit interfaces

Just a by-product from a previous commit, not meant to do anything specific other than bringing us a tiny step closer to requiring explicit implementations for these interfaces too, at some point.
This commit is contained in:
reaperrr
2017-09-07 17:47:32 +02:00
committed by Matthias Mailänder
parent 761a4f29ab
commit 83afcc3448
2 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ namespace OpenRA.Mods.Common.Traits
assaultMoveToken = conditionManager.RevokeCondition(self, assaultMoveToken);
}
public string VoicePhraseForOrder(Actor self, Order order)
string IOrderVoice.VoicePhraseForOrder(Actor self, Order order)
{
if (order.OrderString == "AttackMove" || order.OrderString == "AssaultMove")
return info.Voice;