ModernUO/Scripts/Spells/Ninjitsu/NinjaMove.cs
2006-06-15 04:14:30 +00:00

14 lines
No EOL
278 B
C#

using System;
using System.Collections;
using Server;
using Server.Items;
using Server.Mobiles;
using Server.Network;
namespace Server.Spells
{
public class NinjaMove : SpecialMove
{
public override SkillName MoveSkill{ get{ return SkillName.Ninjitsu; } }
}
}