Elin Modding Docs Doc
Loading...
Searching...
No Matches
MeetingFarris.cs
1
using
System;
2
3
// Token: 0x02000070 RID: 112
4
public
class
MeetingFarris
:
Meeting
5
{
6
// Token: 0x1700009B RID: 155
7
// (get) Token: 0x06000344 RID: 836 RVA: 0x00018DDE File Offset: 0x00016FDE
8
public
override
string
IdChara
9
{
10
get
11
{
12
return
"farris"
;
13
}
14
}
15
16
// Token: 0x1700009C RID: 156
17
// (get) Token: 0x06000345 RID: 837 RVA: 0x00018DE5 File Offset: 0x00016FE5
18
public
override
bool
IsGlobalChara
19
{
20
get
21
{
22
return
true
;
23
}
24
}
25
26
// Token: 0x06000346 RID: 838 RVA: 0x00018DE8 File Offset: 0x00016FE8
27
public
override
void
PlayDrama()
28
{
29
LayerDrama
.ActivateMain(
"farris"
,
"1-1"
, this.chara,
null
,
""
);
30
}
31
}
LayerDrama
Definition
LayerDrama.cs:6
MeetingFarris
Definition
MeetingFarris.cs:5
Meeting
Definition
Meeting.cs:7
Elin
MeetingFarris.cs
Generated by
1.12.0