Make IStoreResources require explicit implementation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user