Elin Modding Docs Doc
All Classes Namespaces
NotificationGlobal.cs
1using System;
2
3// Token: 0x02000629 RID: 1577
5{
6 // Token: 0x17000C9B RID: 3227
7 // (get) Token: 0x06002C35 RID: 11317 RVA: 0x000F8990 File Offset: 0x000F6B90
8 public virtual WidgetNotice widget
9 {
10 get
11 {
12 return WidgetNotice.Instance;
13 }
14 }
15}