terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
IEnumerator.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Collections
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20005E8")]
7 public interface IEnumerator
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x6002DB7")]
10 bool MoveNext();
11
12 [global::Cpp2ILInjected.Token(Token = "0x17000701")]
13 object Current
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6002DB8")]
16 get;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6002DB9")]
20 void Reset();
21 }
22}