Elin Modding Docs Doc
Loading...
Searching...
No Matches
ConReload.cs
1using System;
2
3// Token: 0x020002B7 RID: 695
4public class ConReload : Condition
5{
6 // Token: 0x060016AB RID: 5803 RVA: 0x00096DEF File Offset: 0x00094FEF
7 public override int GetPhase()
8 {
9 return 0;
10 }
11
12 // Token: 0x060016AC RID: 5804 RVA: 0x00096DF2 File Offset: 0x00094FF2
13 public override void OnRemoved()
14 {
15 if (this.owner.IsPC)
16 {
17 WidgetCurrentTool.RefreshCurrentHotItem();
18 }
19 }
20}