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