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
IEnumerator.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Collections
4{
5 // Token: 0x020005E8 RID: 1512
6 public interface IEnumerator
7 {
8 // Token: 0x06002DB7 RID: 11703
9 bool MoveNext();
10
11 // Token: 0x17000701 RID: 1793
12 // (get) Token: 0x06002DB8 RID: 11704
13 object Current { get; }
14
15 // Token: 0x06002DB9 RID: 11705
16 void Reset();
17 }
18}