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
AEntitySource_Tile.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000652")]
9 public abstract class AEntitySource_Tile : IEntitySource
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60036F0")]
12 [global::Cpp2ILInjected.Address(RVA = "0x141D46C", Offset = "0x141D46C", Length = "0x50")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Point), Member = ".ctor", MemberParameters = new object[]
16 {
17 typeof(int),
18 typeof(int)
19 }, ReturnType = typeof(void))]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x4007802")]
26 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
28 }
29}
class f__AnonymousType0<< Count > j__TPar
AEntitySource_Tile(int tileCoordsX, int tileCoordsY)