mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-14 12:18:22 +00:00
7 lines
129 B
C
7 lines
129 B
C
|
#include "CppScripts.h"
|
||
|
|
||
|
class MinigameBlueMark : public CppScripts::Script {
|
||
|
public:
|
||
|
void OnStartup(Entity* self) override;
|
||
|
};
|