Elin Modding Docs Doc
Loading...
Searching...
No Matches
ConTelepathy.cs
1
using
System;
2
3
// Token: 0x020002DC RID: 732
4
public
class
ConTelepathy
:
BaseBuff
5
{
6
// Token: 0x17000676 RID: 1654
7
// (get) Token: 0x0600173E RID: 5950 RVA: 0x00098332 File Offset: 0x00096532
8
public
override
bool
ShouldRefresh
9
{
10
get
11
{
12
return
true
;
13
}
14
}
15
16
// Token: 0x0600173F RID: 5951 RVA: 0x00098335 File Offset: 0x00096535
17
public
override
void
OnRefresh()
18
{
19
this.owner.hasTelepathy =
true
;
20
}
21
}
BaseBuff
Definition
BaseBuff.cs:5
ConTelepathy
Definition
ConTelepathy.cs:5
Elin
ConTelepathy.cs
Generated by
1.12.0