16 lines
No EOL
302 B
C#
16 lines
No EOL
302 B
C#
namespace Server.Ethics.Evil
|
|
{
|
|
public sealed class UnholyWord : Power
|
|
{
|
|
public UnholyWord() =>
|
|
m_Definition = new PowerDefinition(
|
|
100,
|
|
"Unholy Word",
|
|
"Velgo Oostrac",
|
|
"");
|
|
|
|
public override void BeginInvoke(Player from)
|
|
{
|
|
}
|
|
}
|
|
} |