terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ DoTheTracksConnectProperly()

bool Terraria.GameContent.MinecartDiggerHelper.DoTheTracksConnectProperly ( Point tileCoordsOfFrontWheel,
Point tileCoordsWeWantToReach )
inlineprivate

Definition at line 121 of file MinecartDiggerHelper.cs.

122 {
123 return this.AlreadyLeadsIntoWantedTrack(tileCoordsOfFrontWheel, tileCoordsWeWantToReach);
124 }
class f__AnonymousType0<< Count > j__TPar
bool AlreadyLeadsIntoWantedTrack(Point tileCoordsOfFrontWheel, Point tileCoordsWeWantToReach)

References Terraria.GameContent.MinecartDiggerHelper.AlreadyLeadsIntoWantedTrack(), and j__TPar.