Make IStoreResources require explicit implementation

This commit is contained in:
reaperrr
2018-04-29 04:44:07 +02:00
committed by Paul Chote
parent cc4c5a5492
commit 06dbf71461

View File

@@ -191,6 +191,7 @@ namespace OpenRA.Traits
bool HasVoice(Actor self, string voice); bool HasVoice(Actor self, string voice);
} }
[RequireExplicitImplementation]
public interface IStoreResources { int Capacity { get; } } public interface IStoreResources { int Capacity { get; } }
public interface IEffectiveOwner public interface IEffectiveOwner