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]
|
||||
interface IWallConnector
|
||||
public interface IWallConnector
|
||||
{
|
||||
bool AdjacentWallCanConnect(Actor self, CPos wallLocation, string wallType, out CVec facing);
|
||||
void SetDirty();
|
||||
|
||||
Reference in New Issue
Block a user