Elin Modding Docs Doc
Loading...
Searching...
No Matches
BackerContent.cs
1
using
System;
2
3
// Token: 0x02000055 RID: 85
4
public
class
BackerContent
:
EClass
5
{
6
// Token: 0x060001ED RID: 493 RVA: 0x0000FFB6 File Offset: 0x0000E1B6
7
public
static
string
ConvertName(
string
s)
8
{
9
return
s.Replace(
"『"
,
"「"
);
10
}
11
12
// Token: 0x060001EE RID: 494 RVA: 0x0000FFC8 File Offset: 0x0000E1C8
13
public
static
void
GakiConvert(ref
string
text)
14
{
15
if
(!text.StartsWith(
"("
))
16
{
17
text =
"zako"
.lang().Split(
','
, StringSplitOptions.None).RandomItem<
string
>() +
" ("
+ text +
")"
;
18
}
19
text = text.Replace(
"。)"
,
")"
);
20
text = text.Replace(
"」"
,
""
);
21
}
22
23
// Token: 0x040004E1 RID: 1249
24
public
static
int
indexTree;
25
26
// Token: 0x040004E2 RID: 1250
27
public
static
int
indexRemain;
28
29
// Token: 0x040004E3 RID: 1251
30
public
static
int
indexLantern;
31
32
// Token: 0x040004E4 RID: 1252
33
public
static
int
indexSnail;
34
35
// Token: 0x040004E5 RID: 1253
36
public
static
int
indexFollower;
37
38
// Token: 0x040004E6 RID: 1254
39
public
static
int
indexSister;
40
}
BackerContent
Definition
BackerContent.cs:5
EClass
Definition
EClass.cs:7
Elin
BackerContent.cs
Generated by
1.12.0