Elin Modding Docs Doc
Loading...
Searching...
No Matches
ItemNotice.cs
1using System;
2using UnityEngine;
3
4// Token: 0x02000511 RID: 1297
5public class ItemNotice : EMono
6{
7 // Token: 0x04001213 RID: 4627
8 public Quest quest;
9
10 // Token: 0x04001214 RID: 4628
11 public UIText textTitle;
12
13 // Token: 0x04001215 RID: 4629
14 public UIText textDuration;
15
16 // Token: 0x04001216 RID: 4630
17 public UIButton button;
18
19 // Token: 0x04001217 RID: 4631
20 public GameObject goImage;
21}
Definition EMono.cs:6
Definition Quest.cs:8