14 lines
No EOL
147 B
C#
14 lines
No EOL
147 B
C#
namespace Server.Spells
|
|
{
|
|
public enum SpellCircle
|
|
{
|
|
First,
|
|
Second,
|
|
Third,
|
|
Fourth,
|
|
Fifth,
|
|
Sixth,
|
|
Seventh,
|
|
Eighth
|
|
}
|
|
} |