8 lines
165 B
C++
8 lines
165 B
C++
#include "Command.h"
|
|
|
|
#include <iostream>
|
|
|
|
void TestCommandInternal::execute(GameServer *server)
|
|
{
|
|
std::cout << "Internal testcommand launched!" << std::endl;
|
|
} |