14 lines
No EOL
278 B
C#
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; } }
|
|
}
|
|
} |