Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ItemNotice.cs
Go to the documentation of this file.
1using UnityEngine;
2
3public class ItemNotice : EMono
4{
5 public Quest quest;
6
8
10
12
13 public GameObject goImage;
14}
Definition: EMono.cs:4
UIButton button
Definition: ItemNotice.cs:11
Quest quest
Definition: ItemNotice.cs:5
UIText textDuration
Definition: ItemNotice.cs:9
UIText textTitle
Definition: ItemNotice.cs:7
GameObject goImage
Definition: ItemNotice.cs:13
Definition: Quest.cs:7
Definition: UIText.cs:6