Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitSlotMachine.cs
Go to the documentation of this file.
2{
3 public override string idMsg => "use_slot";
4
5 public override bool CanUse(Chara c)
6 {
7 return owner.isOn;
8 }
9
10 public override bool OnUse(Chara c)
11 {
13 return false;
14 }
15}
bool isOn
Definition: Card.cs:514
Definition: Chara.cs:10
static void Activate(Type type)
Definition: MiniGame.cs:44
override bool CanUse(Chara c)
override string idMsg
override bool OnUse(Chara c)
Card owner
Definition: Trait.cs:26