Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Zone_TruceGround.cs
Go to the documentation of this file.
1public class Zone_TruceGround : Zone
2{
3 public override bool ShouldRegenerate => Version.Get(base.version).IsBelow(0, 23, 7);
4
5 public override bool UseFog => base.lv <= 0;
6}
override bool ShouldRegenerate
override bool UseFog
Definition: Zone.cs:12
static Version Get(string str)
Definition: Version.cs:46
bool IsBelow(int _major, int _minor, int _batch)
Definition: Version.cs:31