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