Allow wall renderers in mod code.
This commit is contained in:
committed by
abcdefg30
parent
47e21f8bef
commit
e5457a3390
@@ -314,7 +314,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
}
|
}
|
||||||
|
|
||||||
[RequireExplicitImplementation]
|
[RequireExplicitImplementation]
|
||||||
interface IWallConnector
|
public interface IWallConnector
|
||||||
{
|
{
|
||||||
bool AdjacentWallCanConnect(Actor self, CPos wallLocation, string wallType, out CVec facing);
|
bool AdjacentWallCanConnect(Actor self, CPos wallLocation, string wallType, out CVec facing);
|
||||||
void SetDirty();
|
void SetDirty();
|
||||||
|
|||||||
Reference in New Issue
Block a user