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

◆ StartsWith() [1/2]

bool System.String.StartsWith ( string value)
inline

Definition at line 348 of file String.cs.

349 {
350 while (value == null)
351 {
352 }
353 bool flag;
354 return flag;
355 }