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.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000840 RID: 2112
6 public enum AffectionLevel
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 }
17}