Elin Modding Docs Doc
Loading...
Searching...
No Matches
NotificationStance.cs
1using System;
2
3// Token: 0x02000640 RID: 1600
5{
6 // Token: 0x06002CF0 RID: 11504 RVA: 0x000FB729 File Offset: 0x000F9929
7 public override ItemNotice GetMold()
8 {
9 return WidgetStats.Instance.moldStance;
10 }
11
12 // Token: 0x17000CC0 RID: 3264
13 // (get) Token: 0x06002CF1 RID: 11505 RVA: 0x000FB735 File Offset: 0x000F9935
14 public override bool Interactable
15 {
16 get
17 {
18 return true;
19 }
20 }
21}