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_Buff.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria.DataStructures
4
{
5
// Token: 0x0200064D RID: 1613
6
public
class
EntitySource_Buff
:
IEntitySource
7
{
8
// Token: 0x060036EB RID: 14059 RVA: 0x00220C7C File Offset: 0x0021EE7C
9
public
EntitySource_Buff
(
Entity
entity,
int
buffId
,
int
buffIndex
)
10
{
11
this.Entity
= entity;
12
this.BuffId
=
buffId
;
13
}
14
15
// Token: 0x040077F8 RID: 30712
16
public
readonly
Entity
Entity
;
17
18
// Token: 0x040077F9 RID: 30713
19
public
readonly
int
BuffId
;
20
21
// Token: 0x040077FA RID: 30714
22
public
readonly
int
BuffIndex
;
23
}
24
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.DataStructures.EntitySource_Buff.EntitySource_Buff
EntitySource_Buff(Entity entity, int buffId, int buffIndex)
Definition
EntitySource_Buff.cs:9
Terraria.DataStructures.EntitySource_Buff.BuffIndex
readonly int BuffIndex
Definition
EntitySource_Buff.cs:22
Terraria.DataStructures.EntitySource_Buff.Entity
readonly Entity Entity
Definition
EntitySource_Buff.cs:16
Terraria.DataStructures.EntitySource_Buff.BuffId
readonly int BuffId
Definition
EntitySource_Buff.cs:19
Terraria.DataStructures.EntitySource_Buff
Definition
EntitySource_Buff.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_Buff.cs
Generated by
1.10.0