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

◆ TileObjectStyleModule()

Terraria.Modules.TileObjectStyleModule.TileObjectStyleModule ( [Optional] TileObjectStyleModule copyFrom)
inline

Definition at line 10 of file TileObjectStyleModule.cs.

11 {
12 if (copyFrom != null)
13 {
14 int num = copyFrom.style;
15 this.style = num;
16 bool flag = copyFrom.horizontal;
17 this.horizontal = flag;
18 int num2 = copyFrom.styleWrapLimit;
20 int num3 = copyFrom.styleLineSkip;
22 return;
23 }
24 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.