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

◆ Remove() [2/2]

bool System.Collections.Generic.List< T >.Remove ( T item)
inline

Implements System.Collections.Generic.ICollection< T >.

Definition at line 302 of file List.cs.

303 {
304 return true;
305 }