Elin Modding Docs Doc
Loading...
Searching...
No Matches
ConExcommunication.cs
1using System;
2
3// Token: 0x020002D3 RID: 723
5{
6 // Token: 0x1700066E RID: 1646
7 // (get) Token: 0x06001718 RID: 5912 RVA: 0x00098060 File Offset: 0x00096260
8 public override bool ShouldRefresh
9 {
10 get
11 {
12 return true;
13 }
14 }
15
16 // Token: 0x06001719 RID: 5913 RVA: 0x00098063 File Offset: 0x00096263
17 public override void OnRefresh()
18 {
19 this.owner.RefreshFaithElement();
20 }
21
22 // Token: 0x0600171A RID: 5914 RVA: 0x00098070 File Offset: 0x00096270
23 public override void OnRemoved()
24 {
25 this.owner.RefreshFaithElement();
26 }
27}