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 bool System.Reflection.Module.operator== ( Module left,
Module right )
inlinestaticinherited

Definition at line 263 of file Module.cs.

264 {
265 if (left != null)
266 {
267 }
268 return true;
269 }