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