Elin Decompiled Documentation EA 23.197 Nightly Patch 1
Loading...
Searching...
No Matches
Zone_CurryRuin.cs
Go to the documentation of this file.
2{
3 public override string GetNewZoneID(int level)
4 {
5 if (level <= -1)
6 {
7 return "curryruin_dungeon";
8 }
9 return base.GetNewZoneID(level);
10 }
11}
override string GetNewZoneID(int level)