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
ProviderBase.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000002 RID: 2
7 public abstract class ProviderBase
8 {
9 // Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
10 public virtual void Initialize(string name, NameValueCollection config)
11 {
12 throw new NotSupportedException();
13 }
14 }
15}
virtual void Initialize(string name, NameValueCollection config)