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
ItemFromCatchingNPCBestiaryInfoElement.cs
Go to the documentation of this file.
1using System;
2using Terraria.UI;
3
5{
6 // Token: 0x02000961 RID: 2401
8 {
9 // Token: 0x0600480A RID: 18442 RVA: 0x0025FADC File Offset: 0x0025DCDC
11 {
12 this._itemType = itemId;
13 }
14
15 // Token: 0x0600480B RID: 18443 RVA: 0x0025FAF8 File Offset: 0x0025DCF8
17 {
18 return "catch item #";
19 }
20
21 // Token: 0x0600480C RID: 18444 RVA: 0x0025FB18 File Offset: 0x0025DD18
23 {
24 if (info.UnlockState == BestiaryEntryUnlockState.NotKnownAtAll_0)
25 {
26 }
27 int itemType = this._itemType;
28 string text;
29 return text;
30 }
31
32 // Token: 0x040083A1 RID: 33697
33 private int _itemType;
34 }
35}
class f__AnonymousType0<< Count > j__TPar