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
BossBestiaryInfoElement.cs
Go to the documentation of this file.
1using System;
3using Terraria.UI;
4
6{
7 // Token: 0x02000955 RID: 2389
9 {
10 // Token: 0x060047D1 RID: 18385 RVA: 0x0025F5D8 File Offset: 0x0025D7D8
14
15 // Token: 0x060047D2 RID: 18386 RVA: 0x0025F5E8 File Offset: 0x0025D7E8
17 {
19 return Language.GetText("BestiaryInfo.IsBoss").<Value>k__BackingField;
20 }
21
22 // Token: 0x060047D3 RID: 18387 RVA: 0x0025F610 File Offset: 0x0025D810
24 {
25 }
26 }
27}
class f__AnonymousType0<< Count > j__TPar
UIElement ProvideUIElement(BestiaryUICollectionInfo info)
static LocalizedText GetText(string key)
Definition Language.cs:44