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

Enumerator
Love 
Like 
Dislike 
Hate 

Definition at line 7 of file AffectionLevel.cs.

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 }