Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitBank.cs
Go to the documentation of this file.
1public class TraitBank : TraitItem
2{
3 public override ThrowType ThrowType => ThrowType.Vase;
4
5 public override bool OnUse(Chara c)
6 {
8 return true;
9 }
10}
ThrowType
Definition: ThrowType.cs:2
Definition: Chara.cs:10
static LayerDragGrid CreateDeliver(InvOwnerDeliver.Mode mode=InvOwnerDeliver.Mode.Default, Card owner=null)
override bool OnUse(Chara c)
Definition: TraitBank.cs:5
Card owner
Definition: Trait.cs:26