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

Enumerator
Empty 
Single 
Jagged 
Rectangular 
Base64 

Definition at line 7 of file InternalArrayTypeE.cs.

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 }