2024-11-06 06:46:35 +08:00

13 lines
171 B
C++

class Artemis : public ENGINE
{
public:
Artemis()
{
check_by = CHECK_BY::FILE;
check_by_target = L"*.pfs";
};
bool attach_function();
};