DarkflameServer/dScripts/InvalidScript.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
91 B
C
Raw Permalink Normal View History

#pragma once
#include "CppScripts.h"
class InvalidScript : public CppScripts::Script
{
};