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