Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitToolRangeCrossbow.cs
Go to the documentation of this file.
2{
4
5 public override bool IsAmmo(Thing t)
6 {
7 return t.trait is TraitAmmoBolt;
8 }
9}
ElementContainerCard elements
Definition: Card.cs:37
Element GetOrCreateElement(Element ele)
Definition: Thing.cs:8
override bool IsAmmo(Thing t)
Card owner
Definition: Trait.cs:26