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

◆ ShapeData() [2/2]

Terraria.WorldBuilding.ShapeData.ShapeData ( ShapeData original)
inline

Definition at line 27 of file ShapeData.cs.

28 {
29 HashSet<Point16> points = original._points;
30 }

References Terraria.WorldBuilding.ShapeData._points.