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

◆ ResizeList< T >()

static void UnityEngine.NoAllocHelpers.ResizeList< T > ( List< T > list,
int size )
inlinestatic

Definition at line 13 of file NoAllocHelpers.cs.

14 {
15 while (list == null)
16 {
17 }
18 }

References System.list.