This commit is contained in:
aozhiwei 2022-10-25 21:33:49 +08:00
parent 83e6d9e7c7
commit 9bca125ee4

View File

@ -1264,10 +1264,30 @@ void Buff::ProcRemoveImmune()
void Buff::ProcCallFunc()
{
switch (meta->int_param1) {
case 1:
{
}
break;
default:
{
}
break;
}
}
void Buff::ProcRemoveCallFunc()
{
switch (meta->int_param1) {
case 1:
{
}
break;
default:
{
}
break;
}
}