Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
Zone_Noyel.cs
Go to the documentation of this file.
1
public
class
Zone_Noyel
:
Zone_Town
2
{
3
public
override
string
IDPlaylistOverwrite
4
{
5
get
6
{
7
if
(!
IsFestival
)
8
{
9
return
null
;
10
}
11
return
"Festival_Noyel"
;
12
}
13
}
14
15
public
override
bool
IsFestival
16
{
17
get
18
{
19
if
(base.lv == 0)
20
{
21
return
EClass.world.date.month == 12;
22
}
23
return
false
;
24
}
25
}
26
}
Zone_Noyel
Definition:
Zone_Noyel.cs:2
Zone_Noyel.IsFestival
override bool IsFestival
Definition:
Zone_Noyel.cs:16
Zone_Noyel.IDPlaylistOverwrite
override string IDPlaylistOverwrite
Definition:
Zone_Noyel.cs:4
Zone_Town
Definition:
Zone_Town.cs:2
Elin
Zone_Noyel.cs
Generated by
1.9.6