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