mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-24 23:27:14 -05:00
10 lines
137 B
C#
10 lines
137 B
C#
namespace NHSE.Core
|
|
{
|
|
public enum PlacedItemPermission
|
|
{
|
|
NoCollision,
|
|
Collision,
|
|
OutOfBounds,
|
|
}
|
|
}
|