Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
Zone_RandomDungeonForest.cs
Go to the documentation of this file.
1
public
class
Zone_RandomDungeonForest
:
Zone_RandomDungeonNature
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
}
EClass
Definition:
EClass.cs:5
EClass.rnd
static int rnd(int a)
Definition:
EClass.cs:50
Zone_RandomDungeonForest
Definition:
Zone_RandomDungeonForest.cs:2
Zone_RandomDungeonForest.IdBiome
override string IdBiome
Definition:
Zone_RandomDungeonForest.cs:4
Zone_RandomDungeonNature
Definition:
Zone_RandomDungeonNature.cs:2
Elin
Zone_RandomDungeonForest.cs
Generated by
1.9.6