Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ReligionLuck.cs
Go to the documentation of this file.
1public class ReligionLuck : Religion
2{
3 public override string id => "luck";
4
5 public override bool IsAvailable => true;
6
7 public override void OnBecomeBranchFaith()
8 {
9 }
10}
override bool IsAvailable
Definition: ReligionLuck.cs:5
override void OnBecomeBranchFaith()
Definition: ReligionLuck.cs:7