Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EntitySource_ByProjectileSourceId.cs
Go to the documentation of this file.
1
namespace
Terraria.DataStructures
;
2
3
public
class
EntitySource_ByProjectileSourceId
:
IEntitySource
4
{
5
public
readonly
int
SourceId
;
6
7
public
EntitySource_ByProjectileSourceId
(
int
projectileSourceId)
8
{
9
SourceId
= projectileSourceId;
10
}
11
}
Terraria.DataStructures.EntitySource_ByProjectileSourceId.EntitySource_ByProjectileSourceId
EntitySource_ByProjectileSourceId(int projectileSourceId)
Definition
EntitySource_ByProjectileSourceId.cs:7
Terraria.DataStructures.EntitySource_ByProjectileSourceId.SourceId
readonly int SourceId
Definition
EntitySource_ByProjectileSourceId.cs:5
Terraria.DataStructures.EntitySource_ByProjectileSourceId
Definition
EntitySource_ByProjectileSourceId.cs:4
Terraria.DataStructures.IEntitySource
Definition
IEntitySource.cs:4
Terraria.DataStructures
Definition
AEntitySource_OnHit.cs:1
source
Terraria.DataStructures
EntitySource_ByProjectileSourceId.cs
Generated by
1.10.0