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
License.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000393 RID: 915
6 public abstract class License : IDisposable
7 {
8 // Token: 0x1700056D RID: 1389
9 // (get) Token: 0x060017CB RID: 6091
10 public abstract string LicenseKey { get; }
11
12 // Token: 0x060017CC RID: 6092
13 public abstract void Dispose();
14
15 // Token: 0x060017CD RID: 6093 RVA: 0x00043920 File Offset: 0x00041B20
16 protected License()
17 {
18 }
19 }
20}