Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
StickyQuest.cs
Go to the documentation of this file.
1public class StickyQuest : BaseSticky
2{
3 public override string idLang => "sticky_quest";
4
5 public override int idIcon => 3;
6
7 public override bool Removable => true;
8}
override bool Removable
Definition: StickyQuest.cs:7
override int idIcon
Definition: StickyQuest.cs:5
override string idLang
Definition: StickyQuest.cs:3