Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Zone_LumiestRuin.cs
Go to the documentation of this file.
1public class Zone_LumiestRuin : Zone
2{
3 public override bool UseFog => base.lv <= 0;
4
5 public override void OnActivate()
6 {
7 _ = base.visitCount;
8 }
9}
override void OnActivate()
override bool UseFog
Definition: Zone.cs:12