Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
LayerChara.cs
Go to the documentation of this file.
1public class LayerChara : ELayer
2{
3 public static LayerChara Instance;
4
6
7 public override bool blockWidgetClick => false;
8
10 {
12 Instance = this;
13 return this;
14 }
15
16 public static void Refresh()
17 {
18 if ((bool)Instance)
19 {
21 }
22 }
23}
Definition: Chara.cs:10
Definition: ELayer.cs:4
override bool blockWidgetClick
Definition: LayerChara.cs:7
static void Refresh()
Definition: LayerChara.cs:16
LayerChara SetChara(Chara c)
Definition: LayerChara.cs:9
WindowChara windowChara
Definition: LayerChara.cs:5
static LayerChara Instance
Definition: LayerChara.cs:3
void SetChara(Chara c)
Definition: WindowChara.cs:163
void Refresh()
Definition: WindowChara.cs:257