Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
HomeResourceRate.cs
Go to the documentation of this file.
2{
3 public override bool IsAvailable => value > 0;
4
5 public override ResourceGroup Group => ResourceGroup.Rate;
6
7 public override void Refresh()
8 {
11 }
12
13 public override void OnAdvanceDay()
14 {
15 }
16
17 public virtual int GetDestValue()
18 {
19 return 0;
20 }
21}
virtual int GetDestValue()
override ResourceGroup Group
override bool IsAvailable
override void Refresh()
override void OnAdvanceDay()