mirror of
https://github.com/ServUO/ServUO
synced 2026-08-11 20:23:04 -04:00
14 lines
No EOL
191 B
C#
14 lines
No EOL
191 B
C#
namespace Server.Spells
|
|
{
|
|
public enum SpellCircle
|
|
{
|
|
First,
|
|
Second,
|
|
Third,
|
|
Fourth,
|
|
Fifth,
|
|
Sixth,
|
|
Seventh,
|
|
Eighth
|
|
}
|
|
} |