Fix IPositionableInfo not inheriting IOccupySpaceInfo

This commit is contained in:
abcdefg30
2017-02-09 13:11:01 +01:00
parent e53724b1de
commit ce97b3a3a2
5 changed files with 6 additions and 7 deletions

View File

@@ -265,7 +265,7 @@ namespace OpenRA.Traits
[RequireExplicitImplementation]
public interface ISelectionBar { float GetValue(); Color GetColor(); bool DisplayWhenEmpty { get; } }
public interface IPositionableInfo : ITraitInfoInterface
public interface IPositionableInfo : IOccupySpaceInfo
{
bool CanEnterCell(World world, Actor self, CPos cell, Actor ignoreActor = null, bool checkTransientActors = true);
}