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

◆ _handlerByTileType

Dictionary<int, DoorAutoHandler> Terraria.GameContent.DoorOpeningHelper._handlerByTileType
private
Initial value:

Definition at line 300 of file DoorOpeningHelper.cs.

301 {
302 {
303 10,
304 new CommonDoorOpeningInfoProvider()
305 },
306 {
307 388,
308 new TallGateOpeningInfoProvider()
309 }
310 };

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