Elin Modding Docs Doc
Loading...
Searching...
No Matches
HomeResourceEducation.cs
1
using
System;
2
3
// Token: 0x02000083 RID: 131
4
public
class
HomeResourceEducation
:
HomeResourceRate
5
{
6
// Token: 0x060003AA RID: 938 RVA: 0x0001A218 File Offset: 0x00018418
7
public
override
int
GetDestValue()
8
{
9
int
num = 0;
10
foreach
(
Chara
chara
in
this.branch.members)
11
{
12
num += chara.Evalue(74);
13
}
14
return
num;
15
}
16
}
Chara
Definition
Chara.cs:12
HomeResourceEducation
Definition
HomeResourceEducation.cs:5
HomeResourceRate
Definition
HomeResourceRate.cs:5
Elin
HomeResourceEducation.cs
Generated by
1.12.0