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
DontStarveSeed.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020007B8 RID: 1976
7 public class DontStarveSeed
8 {
9 // Token: 0x06004064 RID: 16484 RVA: 0x00243200 File Offset: 0x00241400
11 {
12 if (!true)
13 {
14 }
15 if (!true)
16 {
17 }
18 }
19
20 // Token: 0x06004065 RID: 16485 RVA: 0x0024321C File Offset: 0x0024141C
22 {
23 if (!true)
24 {
25 }
26 if (!true)
27 {
28 }
30 if (!true)
31 {
32 }
33 if (true)
34 {
35 byte b;
37 }
38 }
39
40 // Token: 0x06004066 RID: 16486 RVA: 0x00243244 File Offset: 0x00241444
41 public static void FixBiomeDarkness(Color bgColor, int R, int G, int B)
42 {
43 if (!true)
44 {
45 }
46 if (true)
47 {
48 byte r = bgColor.R;
49 byte g = bgColor.G;
50 byte b = bgColor.B;
51 }
52 }
53
54 // Token: 0x06004067 RID: 16487 RVA: 0x00243270 File Offset: 0x00241470
55 public static void Initialize()
56 {
57 }
58
59 // Token: 0x06004068 RID: 16488 RVA: 0x00243280 File Offset: 0x00241480
60 private static void Hook_OnEnterWorld(Player player)
61 {
62 long num = 0L;
63 player.UpdateStarvingState(num != 0L);
64 }
65
66 // Token: 0x06004069 RID: 16489 RVA: 0x00243298 File Offset: 0x00241498
68 {
69 }
70 }
71}
class f__AnonymousType0<< Count > j__TPar
static void ModifyMinimumLightColorAtNight(byte minimalLight)
static void ModifyNightColor(Color bgColorToSet, Color moonColor)
static void Hook_OnEnterWorld(Player player)
static void FixBiomeDarkness(Color bgColor, int R, int G, int B)
void UpdateStarvingState(bool withEmote)
Definition Player.cs:4020