servuo/Scripts/Spells/Base/SpellCircle.cs

14 lines
No EOL
191 B
C#

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