Add [RequireExplicitImplementation] to the ICrushable interface

This commit is contained in:
abcdefg30
2016-01-23 14:38:04 +01:00
parent 17e23a7adc
commit 9ea2a7a0bd

View File

@@ -301,6 +301,7 @@ namespace OpenRA.Traits
public interface IFacingInfo : ITraitInfoInterface { int GetInitialFacing(); }
[RequireExplicitImplementation]
public interface ICrushable
{
bool CrushableBy(HashSet<string> crushClasses, Player owner);