Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ConReload.cs
Go to the documentation of this file.
1public class ConReload : Condition
2{
3 public override int GetPhase()
4 {
5 return 0;
6 }
7
8 public override void OnRemoved()
9 {
10 if (owner.IsPC)
11 {
13 }
14 }
15}
override bool IsPC
Definition: Chara.cs:597
override void OnRemoved()
Definition: ConReload.cs:8
override int GetPhase()
Definition: ConReload.cs:3
static void RefreshCurrentHotItem()