Elin Decompiled Documentation EA 23.230 Nightly
Loading...
Searching...
No Matches
TraitBedCoffin.cs
Go to the documentation of this file.
1public class TraitBedCoffin : TraitBed
2{
3 public override bool UseAltTiles
4 {
5 get
6 {
8 {
9 return !owner.pos.HasChara;
10 }
11 return true;
12 }
13 }
14}
bool ExistsOnMap
Definition: Card.cs:2073
Point pos
Definition: Card.cs:59
bool IsInstalled
Definition: Card.cs:2369
bool HasChara
Definition: Point.cs:226
override bool UseAltTiles
Card owner
Definition: Trait.cs:27