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
AffectionLevel.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000840")]
7 public enum AffectionLevel
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x400813B")]
10 Love = 100,
11 [global::Cpp2ILInjected.Token(Token = "0x400813C")]
12 Like = 50,
13 [global::Cpp2ILInjected.Token(Token = "0x400813D")]
14 Dislike = -50,
15 [global::Cpp2ILInjected.Token(Token = "0x400813E")]
16 Hate = -100
17 }
18}