mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-14 03:44:36 +01:00
yes command yesyes
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
using Common;
|
||||
|
||||
namespace PemukulPaku.GameServer.Commands
|
||||
namespace PemukulPaku.GameServer.Commands
|
||||
{
|
||||
[CommandHandler("test")]
|
||||
[CommandHandler("test", "Test command used for testing")]
|
||||
public class TestCommand : Command
|
||||
{
|
||||
public override void Run(Session? session, string[] args)
|
||||
public override void Run(Session session, string[] args)
|
||||
{
|
||||
if (args.Length < 3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user