Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
AttbWeapon.cs
Go to the documentation of this file.
1public class AttbWeapon : Element
2{
3 public override bool CanLink(ElementContainer owner)
4 {
6 {
7 return !base.IsGlobalElement;
8 }
9 return false;
10 }
11}
override bool CanLink(ElementContainer owner)
Definition: AttbWeapon.cs:3
virtual bool IsMeleeWeapon
ElementContainer owner
Definition: ELEMENT.cs:256