9 lines
143 B
C#
9 lines
143 B
C#
namespace BriarQueen.Data.Identifiers
|
|
{
|
|
public enum Location
|
|
{
|
|
None = 0,
|
|
TheOldRidgeway,
|
|
AshwickHallow,
|
|
}
|
|
} |