More misc explicit interface implementations
By-product from making ITick explicit in various places.
This commit is contained in:
committed by
Matthias Mailänder
parent
03c3a5f310
commit
85e60ef77f
@@ -103,7 +103,7 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
}
|
||||
}
|
||||
|
||||
public string VoicePhraseForOrder(Actor self, Order order)
|
||||
string IOrderVoice.VoicePhraseForOrder(Actor self, Order order)
|
||||
{
|
||||
return order.OrderString == "PortableChronoTeleport" && CanTeleport ? Info.Voice : null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user