Make IVoiced require explicit implementation

This commit is contained in:
reaperrr
2018-04-29 04:43:46 +02:00
committed by Paul Chote
parent da29250711
commit cc4c5a5492
2 changed files with 5 additions and 4 deletions

View File

@@ -182,6 +182,7 @@ namespace OpenRA.Traits
public interface INotifyOwnerChanged { void OnOwnerChanged(Actor self, Player oldOwner, Player newOwner); }
public interface INotifyEffectiveOwnerChanged { void OnEffectiveOwnerChanged(Actor self, Player oldEffectiveOwner, Player newEffectiveOwner); }
[RequireExplicitImplementation]
public interface IVoiced
{
string VoiceSet { get; }