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