terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IChangeTracking.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003C9 RID: 969
6 public interface IChangeTracking
7 {
8 // Token: 0x170005DD RID: 1501
9 // (get) Token: 0x060019BE RID: 6590
10 bool IsChanged { get; }
11
12 // Token: 0x060019BF RID: 6591
14 }
15}