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

◆ MinusOne

BigInteger System.Numerics.BigInteger.MinusOne
staticget

Definition at line 60 of file BigInteger.cs.

61 {
62 get
63 {
64 if (!true)
65 {
66 }
67 return 1;
68 }
69 }