This commit is contained in:
aozhiwei 2023-06-21 14:31:31 +08:00
parent 72c760c0ae
commit be44b97c71

View File

@ -18,7 +18,18 @@
void BtEvent::FireEvent(BaseAgent* agent) void BtEvent::FireEvent(BaseAgent* agent)
{ {
switch (event_id) {
case kBetOnAttack:
{
}
break;
default:
{
abort();
}
break;
}
} }
void DumpBt(BaseAgent* agent) void DumpBt(BaseAgent* agent)