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

◆ AddLast() [1/2]

Definition at line 133 of file LinkedList.cs.

134 {
135 if (this.head != null)
136 {
137 return;
138 }
139 node.list = this;
140 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Generic.LinkedList< T >.head, and j__TPar.