Files
mod-mythic-plus/src/CommandScript.cpp

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()
{
}