Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TileTypeStairs.cs
Go to the documentation of this file.
2{
3 public override RampType Ramp => RampType.Full;
4
5 public override byte slopeHeight => 6;
6
7 public override bool CastShadowBack => false;
8
9 public override bool IsOccupyCell => false;
10}
override byte slopeHeight
override bool IsOccupyCell
override RampType Ramp
override bool CastShadowBack
RampType
Definition: TileType.cs:8