Added IWallConnector trait interface
This commit is contained in:
@@ -116,4 +116,11 @@ namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
bool PreventsAutoTarget(Actor self, Actor attacker);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
interface IWallConnector
|
||||
{
|
||||
bool AdjacentWallCanConnect(Actor self, CPos wallLocation, string wallType);
|
||||
void SetDirty();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user