This commit is contained in:
commit
47711d616e
2644 changed files with 479454 additions and 0 deletions
14
Scripts/Spells/Ninjitsu/NinjaMove.cs
Normal file
14
Scripts/Spells/Ninjitsu/NinjaMove.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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; } }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue