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
LightType.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x200012A")]
7 public enum LightType : byte
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40004FA")]
11 [global::Cpp2ILInjected.Token(Token = "0x40004FB")]
12 Point,
13 [global::Cpp2ILInjected.Token(Token = "0x40004FC")]
14 Spot,
15 [global::Cpp2ILInjected.Token(Token = "0x40004FD")]
17 [global::Cpp2ILInjected.Token(Token = "0x40004FE")]
18 Disc,
19 [global::Cpp2ILInjected.Token(Token = "0x40004FF")]
21 [global::Cpp2ILInjected.Token(Token = "0x4000500")]
23 }
24}