ModernUO/Projects/UOContent/Spells/Base/SpellCircle.cs
2020-08-25 18:00:51 -07:00

14 lines
No EOL
153 B
C#

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