|
terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Package Functions | |
| LongList () | |
| LongList (int startingSize) | |
| void | Add (long value) |
| void | StartEnumeration () |
| bool | MoveNext () |
| bool | RemoveElement (long value) |
Properties | |
| int | Count [get] |
| long | Current [get] |
Private Member Functions | |
| void | EnlargeArray () |
Private Attributes | |
| long[] | m_values |
| int | m_count |
| int | m_totalItems |
| int | m_currentItem |
Definition at line 7 of file LongList.cs.