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
FontAssets.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020007C5 RID: 1989
8 public static class FontAssets
9 {
10 // Token: 0x06004090 RID: 16528 RVA: 0x0024370C File Offset: 0x0024190C
11 // Note: this type is marked as 'beforefieldinit'.
12 static FontAssets()
13 {
14 }
15
16 // Token: 0x04007E41 RID: 32321
18
19 // Token: 0x04007E42 RID: 32322
21
22 // Token: 0x04007E43 RID: 32323
24
25 // Token: 0x04007E44 RID: 32324
27 }
28}
static Asset< SpriteFont > ItemStack
Definition FontAssets.cs:17
static Asset< SpriteFont >[] CombatText
Definition FontAssets.cs:26
static Asset< SpriteFont > MouseText
Definition FontAssets.cs:20
static Asset< SpriteFont > DeathText
Definition FontAssets.cs:23