Elin Decompiled Documentation EA 23.102 Nightly
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
StickyHomeReport.cs
Go to the documentation of this file.
2{
3 public override int idIcon => 6;
4
5 public override bool RemoveOnClick => true;
6
7 public override string GetText()
8 {
9 return "sticky_homeReport".lang() + "(" + EClass.world.date.month + "/" + EClass.world.date.day + ")";
10 }
11
12 public override void OnClick()
13 {
15 }
16}
Definition: EClass.cs:5
static UI ui
Definition: EClass.cs:16
Layer AddLayer(string id)
Definition: Layer.cs:337
override int idIcon
override void OnClick()
override string GetText()
override bool RemoveOnClick