Elin Decompiled Documentation EA 23.319 Nightly Patch 1
Loading...
Searching...
No Matches
RefReligion.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2using Newtonsoft.Json;
3
4public class RefReligion : EClass
5{
6 [JsonProperty]
7 public string uid;
8
10
12
13 public RefReligion()
14 {
15 }
16
18 {
20 uid = religion.id;
21 }
22}
Definition: EClass.cs:6
static Game game
Definition: EClass.cs:9
ReligionManager religions
Definition: Game.cs:159
Religion _religion
Definition: RefReligion.cs:9
RefReligion(Religion religion)
Definition: RefReligion.cs:17
string uid
Definition: RefReligion.cs:7
Religion Instance
Definition: RefReligion.cs:11
ReligionEyth Eyth
Dictionary< string, Religion > dictAll