Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EntitySource_ShakeTree.cs
Go to the documentation of this file.
1
namespace
Terraria.DataStructures
;
2
3
public
class
EntitySource_ShakeTree
:
AEntitySource_Tile
4
{
5
public
EntitySource_ShakeTree
(
int
tileCoordsX,
int
tileCoordsY)
6
: base(tileCoordsX, tileCoordsY)
7
{
8
}
9
}
Terraria.DataStructures.AEntitySource_Tile
Definition
AEntitySource_Tile.cs:6
Terraria.DataStructures.EntitySource_ShakeTree.EntitySource_ShakeTree
EntitySource_ShakeTree(int tileCoordsX, int tileCoordsY)
Definition
EntitySource_ShakeTree.cs:5
Terraria.DataStructures.EntitySource_ShakeTree
Definition
EntitySource_ShakeTree.cs:4
Terraria.DataStructures
Definition
AEntitySource_OnHit.cs:1
source
Terraria.DataStructures
EntitySource_ShakeTree.cs
Generated by
1.10.0