mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2025-07-26 05:23:19 +00:00
7 lines
99 B
C++
7 lines
99 B
C++
#pragma once
|
|
#include "CppScripts.h"
|
|
|
|
class MissionConsoleServer : public CppScripts::Script {
|
|
};
|
|
|