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

◆ PerformSegment()

bool Terraria.GameContent.Generation.ShapeBranch.PerformSegment ( Point origin,
GenAction action,
Point start,
Point end,
int size )
inlineprivate

Definition at line 32 of file ShapeBranch.cs.

33 {
34 if (!true)
35 {
36 }
37 int num = Math.Max(1, size);
38 bool flag;
39 return flag;
40 }
static byte Max(byte val1, byte val2)
Definition Math.cs:111

References System.Math.Max().