Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ConTelepathy.cs
Go to the documentation of this file.
1public class ConTelepathy : BaseBuff
2{
3 public override bool ShouldRefresh => true;
4
5 public override void OnRefresh()
6 {
7 owner.hasTelepathy = true;
8 }
9}
override bool ShouldRefresh
Definition: ConTelepathy.cs:3
override void OnRefresh()
Definition: ConTelepathy.cs:5