ModernUO/Projects/Scripts/Spells/Base/SpellCircle.cs
2019-08-02 18:16:11 -07:00

14 lines
No EOL
166 B
C#

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