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
Level2Map.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000035")]
8 internal class Level2Map
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60000AD")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1AADCD8", Offset = "0x1AADCD8", Length = "0x30")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
14 public Level2Map(byte source, byte replace)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x40000E2")]
20 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
21 public byte Source;
22
23 [global::Cpp2ILInjected.Token(Token = "0x40000E3")]
24 [global::Cpp2ILInjected.FieldOffset(Offset = "0x11")]
25 public byte Replace;
26 }
27}
class f__AnonymousType0<< Count > j__TPar
Level2Map(byte source, byte replace)
Definition Level2Map.cs:14