Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Zone_RandomDungeonForest.cs
Go to the documentation of this file.
2{
3 public override string IdBiome
4 {
5 get
6 {
7 if (EClass.rnd(2) != 0)
8 {
9 return "Dungeon_Forest";
10 }
11 return "Forest";
12 }
13 }
14}
Definition: EClass.cs:5
static int rnd(int a)
Definition: EClass.cs:50