mirror of
https://github.com/araxiaonline/mod-mythic-plus.git
synced 2026-06-13 11:12:23 -04:00
17 lines
227 B
C++
17 lines
227 B
C++
#include "MythicPlus.h"
|
|
#include "ScriptMgr.h"
|
|
|
|
// make sure this is the new way to do this, i think it's the old busted shit
|
|
class MythicPlus_CommandScript : public CommandScript
|
|
{
|
|
public:
|
|
|
|
|
|
|
|
};
|
|
|
|
void AddCommandScripts()
|
|
{
|
|
|
|
}
|