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
InternalArrayTypeE.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20003FA")]
7 internal enum InternalArrayTypeE
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4001033")]
10 Empty,
11 [global::Cpp2ILInjected.Token(Token = "0x4001034")]
12 Single,
13 [global::Cpp2ILInjected.Token(Token = "0x4001035")]
14 Jagged,
15 [global::Cpp2ILInjected.Token(Token = "0x4001036")]
17 [global::Cpp2ILInjected.Token(Token = "0x4001037")]
18 Base64
19 }
20}