Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
HomeResourceSafety.cs
Go to the documentation of this file.
2{
3 public override int GetDestValue()
4 {
5 int num = 0;
6 foreach (Chara member in branch.members)
7 {
8 num += member.Evalue(70);
9 }
10 return num;
11 }
12}
FactionBranch branch
int Evalue(int ele)
Definition: Card.cs:2431
Definition: Chara.cs:10
List< Chara > members
override int GetDestValue()