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