Add [RequireExplicitImplementation] to the ICrushable interface
This commit is contained in:
@@ -301,6 +301,7 @@ namespace OpenRA.Traits
|
|||||||
|
|
||||||
public interface IFacingInfo : ITraitInfoInterface { int GetInitialFacing(); }
|
public interface IFacingInfo : ITraitInfoInterface { int GetInitialFacing(); }
|
||||||
|
|
||||||
|
[RequireExplicitImplementation]
|
||||||
public interface ICrushable
|
public interface ICrushable
|
||||||
{
|
{
|
||||||
bool CrushableBy(HashSet<string> crushClasses, Player owner);
|
bool CrushableBy(HashSet<string> crushClasses, Player owner);
|
||||||
|
|||||||
Reference in New Issue
Block a user