Elin Decompiled Documentation EA 23.182 Nightly
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
ReligionEarth.cs
Go to the documentation of this file.
1public class ReligionEarth : Religion
2{
3 public override string id => "earth";
4
5 public override bool IsAvailable => true;
6
7 public override void OnBecomeBranchFaith()
8 {
9 }
10}
override bool IsAvailable
Definition: ReligionEarth.cs:5
override void OnBecomeBranchFaith()
Definition: ReligionEarth.cs:7