Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
InvOwnerToolbelt.cs
Go to the documentation of this file.
2{
3 public override bool AllowHold(Thing t)
4 {
5 return false;
6 }
7
8 public override void OnClick(ButtonGrid button)
9 {
10 SE.Beep();
11 }
12
13 public InvOwnerToolbelt(Card owner, Card container = null, CurrencyType _currency = CurrencyType.None)
14 : base(owner, container, _currency)
15 {
16 }
17}
CurrencyType
Definition: CurrencyType.cs:2
Definition: Card.cs:11
InvOwnerToolbelt(Card owner, Card container=null, CurrencyType _currency=CurrencyType.None)
override void OnClick(ButtonGrid button)
override bool AllowHold(Thing t)
Card owner
Definition: InvOwner.cs:538
Definition: Thing.cs:8