10 lines
No EOL
185 B
C#
10 lines
No EOL
185 B
C#
using System;
|
|
using Server;
|
|
|
|
namespace Server.Spells
|
|
{
|
|
public class SamuraiMove : SpecialMove
|
|
{
|
|
public override SkillName MoveSkill{ get{ return SkillName.Bushido; } }
|
|
}
|
|
} |