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

View File

@ -17,9 +17,20 @@
#include "mt/Param.h" #include "mt/Param.h"
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)
{ {