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
EffectPriority.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000782")]
7 public enum EffectPriority
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4007D75")]
10 VeryLow,
11 [global::Cpp2ILInjected.Token(Token = "0x4007D76")]
12 Low,
13 [global::Cpp2ILInjected.Token(Token = "0x4007D77")]
14 Medium,
15 [global::Cpp2ILInjected.Token(Token = "0x4007D78")]
16 High,
17 [global::Cpp2ILInjected.Token(Token = "0x4007D79")]
19 }
20}