Allow wall renderers in mod code.

This commit is contained in:
Matthias Mailänder
2020-04-11 15:04:26 +02:00
committed by abcdefg30
parent 47e21f8bef
commit e5457a3390

View File

@@ -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();