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
FishingInfo_OldMobile.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.IO
;
4
using
Cpp2IlInjected
;
5
6
namespace
Terraria.IO
7
{
8
// Token: 0x02000569 RID: 1385
9
public
class
FishingInfo_OldMobile
10
{
11
// Token: 0x060033C8 RID: 13256 RVA: 0x000021DB File Offset: 0x000003DB
12
public
bool
Load
(
BinaryReader
reader,
int
release
)
13
{
14
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
15
}
16
17
// Token: 0x060033C9 RID: 13257 RVA: 0x002006F0 File Offset: 0x001FE8F0
18
public
FishingInfo_OldMobile
()
19
{
20
}
21
22
// Token: 0x04003C68 RID: 15464
23
private
short
currentQuest
;
24
25
// Token: 0x04003C69 RID: 15465
26
private
bool
questCompletedToday
;
27
28
// Token: 0x04003C6A RID: 15466
29
private
List<string>
playersCompleted
;
30
}
31
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Collections.Generic.List
Definition
List.cs:13
System.IO.BinaryReader
Definition
BinaryReader.cs:10
Terraria.IO.FishingInfo_OldMobile.currentQuest
short currentQuest
Definition
FishingInfo_OldMobile.cs:23
Terraria.IO.FishingInfo_OldMobile.Load
bool Load(BinaryReader reader, int release)
Definition
FishingInfo_OldMobile.cs:12
Terraria.IO.FishingInfo_OldMobile.playersCompleted
List< string > playersCompleted
Definition
FishingInfo_OldMobile.cs:29
Terraria.IO.FishingInfo_OldMobile.questCompletedToday
bool questCompletedToday
Definition
FishingInfo_OldMobile.cs:26
Terraria.IO.FishingInfo_OldMobile.FishingInfo_OldMobile
FishingInfo_OldMobile()
Definition
FishingInfo_OldMobile.cs:18
Terraria.IO.FishingInfo_OldMobile
Definition
FishingInfo_OldMobile.cs:10
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.IO
Definition
__Error.cs:4
System
Definition
__ComObject.cs:4
Terraria.IO
Definition
ChestInfo_OldMobile.cs:5
source
Terraria
IO
FishingInfo_OldMobile.cs
Generated by
1.10.0