change folder name
This commit is contained in:
8
src/commands/TestCommandInternal.cpp
Normal file
8
src/commands/TestCommandInternal.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "Command.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
void TestCommandInternal::execute(GameServer *server)
|
||||
{
|
||||
std::cout << "Internal testcommand launched!" << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user