This commit is contained in:
aozhiwei 2023-02-13 13:54:48 +08:00
parent 1e87d4adc1
commit 3ae463c259

View File

@ -122,7 +122,17 @@ void SelfChecker::Init()
(
[] (const mt::Buff* meta, bool& stop)
{
switch (meta->buff_effect()) {
case kBET_CondAddBuff:
{
}
break;
default:
{
}
break;
}
});
}