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
AWorkshopProgressReporter.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000535 RID: 1333
7 public abstract class AWorkshopProgressReporter
8 {
9 // Token: 0x1700062A RID: 1578
10 // (get) Token: 0x0600321D RID: 12829
11 public abstract bool HasOngoingTasks { get; }
12
13 // Token: 0x0600321E RID: 12830
14 public abstract bool TryGetProgress([Out] float progress);
15
16 // Token: 0x0600321F RID: 12831 RVA: 0x001F9474 File Offset: 0x001F7674
18 {
19 }
20 }
21}
bool TryGetProgress([Out] float progress)