Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitBJTable.cs
Go to the documentation of this file.
2{
3 public override string idMsg => "use_card";
4
5 public override bool OnUse(Chara c)
6 {
8 return false;
9 }
10}
Definition: Chara.cs:10
static void Activate(Type type)
Definition: MiniGame.cs:44
override string idMsg
Definition: TraitBJTable.cs:3
override bool OnUse(Chara c)
Definition: TraitBJTable.cs:5