Elin Decompiled Documentation EA 23.286 Nightly Patch 1
Loading...
Searching...
No Matches
Zone_Exile.cs
Go to the documentation of this file.
1public class Zone_Exile : Zone_SubTown
2{
3 public override bool CanSpawnAdv => false;
4
5 public override void OnActivate()
6 {
8 {
10 }
11 }
12}
Definition: EClass.cs:6
static Game game
Definition: EClass.cs:9
QuestManager quests
Definition: Game.cs:183
int GetPhase(string id)
Quest Get(string id)
override void OnActivate()
Definition: Zone_Exile.cs:5
override bool CanSpawnAdv
Definition: Zone_Exile.cs:3