ModernUO/Projects/UOContent/Spells/Base/SpellCircle.cs
2020-05-09 12:55:56 -07:00

14 lines
No EOL
166 B
C#

namespace Server.Spells
{
public enum SpellCircle
{
First,
Second,
Third,
Fourth,
Fifth,
Sixth,
Seventh,
Eighth
}
}