Elin Modding Docs Doc
Loading...
Searching...
No Matches
NotificationStance.cs
1
using
System;
2
3
// Token: 0x02000640 RID: 1600
4
public
class
NotificationStance
:
NotificationCondition
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
}
ItemNotice
Definition
ItemNotice.cs:6
NotificationCondition
Definition
NotificationCondition.cs:6
NotificationStance
Definition
NotificationStance.cs:5
WidgetStats
Definition
WidgetStats.cs:6
Elin
NotificationStance.cs
Generated by
1.12.0