Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitFlyer.cs
Go to the documentation of this file.
1public class TraitFlyer : Trait
2{
3 public override ThrowType ThrowType => ThrowType.Flyer;
4}
ThrowType
Definition: ThrowType.cs:2
Definition: Trait.cs:7