ModernUO/Scripts/Spells/Base/SpellCircle.cs
2018-09-14 08:41:38 -07:00

14 lines
No EOL
147 B
C#

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