Elin Modding Docs Doc
Loading...
Searching...
No Matches
NotificationStatsMana.cs
1using System;
2
3// Token: 0x0200063E RID: 1598
5{
6 // Token: 0x17000CBA RID: 3258
7 // (get) Token: 0x06002CE4 RID: 11492 RVA: 0x000FB59F File Offset: 0x000F979F
8 public override bool Visible
9 {
10 get
11 {
12 return true;
13 }
14 }
15
16 // Token: 0x17000CBB RID: 3259
17 // (get) Token: 0x06002CE5 RID: 11493 RVA: 0x000FB5A2 File Offset: 0x000F97A2
18 public override int idSprite
19 {
20 get
21 {
22 return 4;
23 }
24 }
25}