terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AffectionLevel

Enumerator
Love 
Like 
Dislike 
Hate 

Definition at line 6 of file AffectionLevel.cs.

7 {
8 // Token: 0x0400813B RID: 33083
9 Love = 100,
10 // Token: 0x0400813C RID: 33084
11 Like = 50,
12 // Token: 0x0400813D RID: 33085
13 Dislike = -50,
14 // Token: 0x0400813E RID: 33086
15 Hate = -100
16 }