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
SettingsLoadedEventHandler.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200048B RID: 1163
7 {
8 // Token: 0x06001FA5 RID: 8101 RVA: 0x00052318 File Offset: 0x00050518
9 public SettingsLoadedEventHandler(object @object, IntPtr method)
10 {
11 throw new NotSupportedException();
12 }
13
14 // Token: 0x06001FA6 RID: 8102 RVA: 0x0005232C File Offset: 0x0005052C
15 public void Invoke(object sender, SettingsLoadedEventArgs e)
16 {
17 throw new NotSupportedException();
18 }
19
20 // Token: 0x06001FA7 RID: 8103 RVA: 0x00052340 File Offset: 0x00050540
21 public IAsyncResult BeginInvoke(object sender, SettingsLoadedEventArgs e, AsyncCallback callback, object @object)
22 {
23 throw new NotSupportedException();
24 }
25
26 // Token: 0x06001FA8 RID: 8104 RVA: 0x00052354 File Offset: 0x00050554
27 public void EndInvoke(IAsyncResult result)
28 {
29 throw new NotSupportedException();
30 }
31 }
32}
class f__AnonymousType0<< Count > j__TPar
void Invoke(object sender, SettingsLoadedEventArgs e)
IAsyncResult BeginInvoke(object sender, SettingsLoadedEventArgs e, AsyncCallback callback, object @object)