Elin Decompiled Documentation EA 23.265 Nightly Patch 2
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:2086
Point pos
Definition: Card.cs:60
bool IsInstalled
Definition: Card.cs:2384
bool HasChara
Definition: Point.cs:238
override bool UseAltTiles
Card owner
Definition: Trait.cs:28