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