Elin Decompiled Documentation EA 23.227 Nightly Patch 1
Loading...
Searching...
No Matches
Zone_EternalGarden.cs
Go to the documentation of this file.
2{
3 public override void OnActivate()
4 {
5 if (EClass._map.version.IsBelow(0, 23, 226))
6 {
7 SetBGM(121, refresh: false);
8 }
9 base.OnActivate();
10 }
11}
Definition: EClass.cs:5
static Map _map
Definition: EClass.cs:18
Version version
Definition: Map.cs:28
override void OnActivate()
void SetBGM(List< int > ids, bool refresh=true, float fadeDuration=0f)
Definition: Zone.cs:2917
bool IsBelow(int _major, int _minor, int _batch)
Definition: Version.cs:31