Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ActionStalagtite.cs
Go to the documentation of this file.
3
5
7{
8 public override bool Apply(Point origin, int x, int y, params object[] args)
9 {
10 WorldGen.PlaceTight(x, y);
11 return UnitApply(origin, x, y, args);
12 }
13}
override bool Apply(Point origin, int x, int y, params object[] args)
bool UnitApply(Point origin, int x, int y, params object[] args)
Definition GenAction.cs:15
static void PlaceTight(int x, int y, bool spiders=false)