terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
TileChangeReceivedEvent.cs
Go to the documentation of this file.
1using System;
3using Terraria.ID;
4
5namespace Terraria
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200043E")]
8 public delegate void TileChangeReceivedEvent(int x, int y, int count, TileChangeType type);
9}
class f__AnonymousType0<< Count > j__TPar
delegate void TileChangeReceivedEvent(int x, int y, int count, TileChangeType type)