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

◆ operator+()

static BigInteger System.Numerics.BigInteger.operator+ ( BigInteger left,
BigInteger right )
inlinestatic

Definition at line 367 of file BigInteger.cs.

368 {
369 if (true)
370 {
371 return 1;
372 }
373 return 1;
374 }