mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-27 07:44:02 +08:00
14 lines
278 B
C++
14 lines
278 B
C++
|
|
|
|
class Cage : public ENGINE
|
|
{
|
|
public:
|
|
Cage()
|
|
{
|
|
// https://vndb.org/v8381
|
|
// 夢姿 ~ゆめのすがた~
|
|
check_by = CHECK_BY::FILE_ALL;
|
|
check_by_target = check_by_list{L"script.msb", L"data*.ym"};
|
|
};
|
|
bool attach_function();
|
|
}; |