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
IValueProvider.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000097 RID: 151
8 public interface IValueProvider
9 {
10 // Token: 0x0600053A RID: 1338
11 void SetValue(object target, object value);
12
13 // Token: 0x0600053B RID: 1339
14 object GetValue(object target);
15 }
16}
void SetValue(object target, object value)