Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitThrown.cs
Go to the documentation of this file.
1public class TraitThrown : Trait
2{
3 public override bool ShowAsTool => owner.id == "boomerang";
4
5 public override bool RequireFullStackCheck => true;
6}
override bool RequireFullStackCheck
Definition: TraitThrown.cs:5
override bool ShowAsTool
Definition: TraitThrown.cs:3
Definition: Trait.cs:7