Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ _handlerByTileType

Dictionary<int, DoorAutoHandler> Terraria.GameContent.DoorOpeningHelper._handlerByTileType
private
Initial value:
= new Dictionary<int, DoorAutoHandler>
{
{
10,
new CommonDoorOpeningInfoProvider()
},
{
388,
}
}

Definition at line 216 of file DoorOpeningHelper.cs.

217 {
218 {
219 10,
220 new CommonDoorOpeningInfoProvider()
221 },
222 {
223 388,
224 new TallGateOpeningInfoProvider()
225 }
226 };

Referenced by Terraria.GameContent.DoorOpeningHelper.TryGetHandler().