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
EntitySource_ItemOpen.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria.DataStructures
4
{
5
// Token: 0x0200064F RID: 1615
6
public
class
EntitySource_ItemOpen
:
IEntitySource
7
{
8
// Token: 0x060036ED RID: 14061 RVA: 0x00220CC4 File Offset: 0x0021EEC4
9
public
EntitySource_ItemOpen
(
Entity
entity,
int
itemType)
10
{
11
this.Entity
= entity;
12
this.ItemType
= itemType;
13
}
14
15
// Token: 0x040077FD RID: 30717
16
public
readonly
Entity
Entity
;
17
18
// Token: 0x040077FE RID: 30718
19
public
readonly
int
ItemType
;
20
}
21
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.DataStructures.EntitySource_ItemOpen.ItemType
readonly int ItemType
Definition
EntitySource_ItemOpen.cs:19
Terraria.DataStructures.EntitySource_ItemOpen.Entity
readonly Entity Entity
Definition
EntitySource_ItemOpen.cs:16
Terraria.DataStructures.EntitySource_ItemOpen.EntitySource_ItemOpen
EntitySource_ItemOpen(Entity entity, int itemType)
Definition
EntitySource_ItemOpen.cs:9
Terraria.DataStructures.EntitySource_ItemOpen
Definition
EntitySource_ItemOpen.cs:7
Terraria.Entity
Definition
Entity.cs:8
Terraria.DataStructures.IEntitySource
Definition
IEntitySource.cs:7
System
Definition
__ComObject.cs:4
Terraria.DataStructures
Definition
AEntitySource_OnHit.cs:4
source
Terraria
DataStructures
EntitySource_ItemOpen.cs
Generated by
1.10.0