Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TileChangeReceivedEvent.cs
Go to the documentation of this file.
1using Terraria.ID;
2
3namespace Terraria;
4
5public delegate void TileChangeReceivedEvent(int x, int y, int count, TileChangeType type);
delegate void TileChangeReceivedEvent(int x, int y, int count, TileChangeType type)