mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-06 17:54:26 -05:00
13 lines
201 B
C#
13 lines
201 B
C#
namespace NHSE.Core;
|
|
|
|
public enum RoomLayerSurface
|
|
{
|
|
Floor = 0,
|
|
FloorSupported = 1,
|
|
WallNorth = 2,
|
|
WallWest = 3,
|
|
WallSouth = 4,
|
|
WallEast = 5,
|
|
Rugs = 6,
|
|
Ceiling = 7,
|
|
} |