Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ConSeeInvisible.cs
Go to the documentation of this file.
2{
3 public override bool SyncRide => true;
4
5 public override bool ShouldRefresh => true;
6
7 public override void OnRefresh()
8 {
9 owner.canSeeInvisible = true;
10 }
11}
override bool ShouldRefresh
override void OnRefresh()
override bool SyncRide