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

13 lines
220 B
C++

class Stronger : public ENGINE
{
public:
Stronger()
{
check_by = CHECK_BY::FILE;
check_by_target = L"data/sinario/*.spt";
is_engine_certain = false;
};
bool attach_function();
};