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
CreativeUnlocksTracker.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.IO
;
3
4
namespace
Terraria.GameContent.Creative
5
{
6
// Token: 0x02000A14 RID: 2580
7
public
class
CreativeUnlocksTracker
:
IPersistentPerWorldContent
,
IOnPlayerJoining
8
{
9
// Token: 0x06004C2B RID: 19499 RVA: 0x002715E4 File Offset: 0x0026F7E4
10
public
void
Save
(
BinaryWriter
writer)
11
{
12
this.
ItemSacrifices
.
Save
(writer);
13
}
14
15
// Token: 0x06004C2C RID: 19500 RVA: 0x00271600 File Offset: 0x0026F800
16
public
void
Load
(
BinaryReader
reader,
int
gameVersionSaveWasMadeOn
)
17
{
18
this.
ItemSacrifices
.
Load
(reader,
gameVersionSaveWasMadeOn
);
19
}
20
21
// Token: 0x06004C2D RID: 19501 RVA: 0x0027161C File Offset: 0x0026F81C
22
public
void
ValidateWorld
(
BinaryReader
reader,
int
gameVersionSaveWasMadeOn
)
23
{
24
}
25
26
// Token: 0x06004C2E RID: 19502 RVA: 0x0027162C File Offset: 0x0026F82C
27
public
void
Reset
()
28
{
29
this.
ItemSacrifices
.
Reset
();
30
}
31
32
// Token: 0x06004C2F RID: 19503 RVA: 0x00271644 File Offset: 0x0026F844
33
public
void
OnPlayerJoining
(
int
playerIndex
)
34
{
35
}
36
37
// Token: 0x06004C30 RID: 19504 RVA: 0x00271654 File Offset: 0x0026F854
38
public
CreativeUnlocksTracker
()
39
{
40
}
41
42
// Token: 0x0400864D RID: 34381
43
public
ItemsSacrificedUnlocksTracker
ItemSacrifices
;
44
}
45
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.IO.BinaryReader
Definition
BinaryReader.cs:10
System.IO.BinaryWriter
Definition
BinaryWriter.cs:15
Terraria.GameContent.Creative.CreativeUnlocksTracker.Load
void Load(BinaryReader reader, int gameVersionSaveWasMadeOn)
Definition
CreativeUnlocksTracker.cs:16
Terraria.GameContent.Creative.CreativeUnlocksTracker.ItemSacrifices
ItemsSacrificedUnlocksTracker ItemSacrifices
Definition
CreativeUnlocksTracker.cs:43
Terraria.GameContent.Creative.CreativeUnlocksTracker.CreativeUnlocksTracker
CreativeUnlocksTracker()
Definition
CreativeUnlocksTracker.cs:38
Terraria.GameContent.Creative.CreativeUnlocksTracker.ValidateWorld
void ValidateWorld(BinaryReader reader, int gameVersionSaveWasMadeOn)
Definition
CreativeUnlocksTracker.cs:22
Terraria.GameContent.Creative.CreativeUnlocksTracker.Save
void Save(BinaryWriter writer)
Definition
CreativeUnlocksTracker.cs:10
Terraria.GameContent.Creative.CreativeUnlocksTracker.Reset
void Reset()
Definition
CreativeUnlocksTracker.cs:27
Terraria.GameContent.Creative.CreativeUnlocksTracker.OnPlayerJoining
void OnPlayerJoining(int playerIndex)
Definition
CreativeUnlocksTracker.cs:33
Terraria.GameContent.Creative.CreativeUnlocksTracker
Definition
CreativeUnlocksTracker.cs:8
Terraria.GameContent.Creative.ItemsSacrificedUnlocksTracker.Load
void Load(BinaryReader reader, int gameVersionSaveWasMadeOn)
Definition
ItemsSacrificedUnlocksTracker.cs:111
Terraria.GameContent.Creative.ItemsSacrificedUnlocksTracker.Reset
void Reset()
Definition
ItemsSacrificedUnlocksTracker.cs:121
Terraria.GameContent.Creative.ItemsSacrificedUnlocksTracker.Save
void Save(BinaryWriter writer)
Definition
ItemsSacrificedUnlocksTracker.cs:105
Terraria.GameContent.Creative.ItemsSacrificedUnlocksTracker
Definition
ItemsSacrificedUnlocksTracker.cs:12
Terraria.GameContent.IOnPlayerJoining
Definition
IOnPlayerJoining.cs:7
Terraria.GameContent.IPersistentPerWorldContent
Definition
IPersistentPerWorldContent.cs:8
System.IO
Definition
__Error.cs:4
System
Definition
__ComObject.cs:4
Terraria.GameContent.Creative
Definition
CreativeItemSacrificesCatalog.cs:8
source
Terraria
GameContent
Creative
CreativeUnlocksTracker.cs
Generated by
1.10.0