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
INotifyPropertyChanging.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003CF RID: 975
6 public interface INotifyPropertyChanging
7 {
8 // Token: 0x14000018 RID: 24
9 // (add) Token: 0x060019CC RID: 6604
10 // (remove) Token: 0x060019CD RID: 6605
11 event PropertyChangingEventHandler PropertyChanging;
12 }
13}