Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
QuestHunt.cs
Go to the documentation of this file.
1public class QuestHunt : QuestRandom
2{
3 public override int KarmaOnFail => -3;
4
5 public override string RewardSuffix => "Hunt";
6
7 public override int RangeDeadLine => 20;
8
9 public override void OnInit()
10 {
12 }
13}
override void OnInit()
Definition: QuestHunt.cs:9
override string RewardSuffix
Definition: QuestHunt.cs:5
override int RangeDeadLine
Definition: QuestHunt.cs:7
override int KarmaOnFail
Definition: QuestHunt.cs:3
void SetTask(QuestTask _task)
Definition: Quest.cs:399