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_ByProjectileSourceId.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria.DataStructures
4
{
5
// Token: 0x02000658 RID: 1624
6
public
class
EntitySource_ByProjectileSourceId
:
IEntitySource
7
{
8
// Token: 0x060036F6 RID: 14070 RVA: 0x00220DBC File Offset: 0x0021EFBC
9
public
EntitySource_ByProjectileSourceId
(
int
projectileSourceId
)
10
{
11
this.SourceId
=
projectileSourceId
;
12
}
13
14
// Token: 0x04007805 RID: 30725
15
public
readonly
int
SourceId
;
16
}
17
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.DataStructures.EntitySource_ByProjectileSourceId.EntitySource_ByProjectileSourceId
EntitySource_ByProjectileSourceId(int projectileSourceId)
Definition
EntitySource_ByProjectileSourceId.cs:9
Terraria.DataStructures.EntitySource_ByProjectileSourceId.SourceId
readonly int SourceId
Definition
EntitySource_ByProjectileSourceId.cs:15
Terraria.DataStructures.EntitySource_ByProjectileSourceId
Definition
EntitySource_ByProjectileSourceId.cs:7
Terraria.DataStructures.IEntitySource
Definition
IEntitySource.cs:7
System
Definition
__ComObject.cs:4
Terraria.DataStructures
Definition
AEntitySource_OnHit.cs:4
source
Terraria
DataStructures
EntitySource_ByProjectileSourceId.cs
Generated by
1.10.0