ModernUO/Projects/UOContent/Spells/Base/SpellCircle.cs
2020-08-27 18:30:38 -07:00

14 lines
192 B
C#

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