1
This commit is contained in:
parent
19ad8c62be
commit
fc876f09e6
@ -23,19 +23,3 @@ void Buff::FillMFBuff(cs::MFBuff* buff_pb)
|
||||
buff_pb->set_left_time(GetLeftTime());
|
||||
buff_pb->set_lasting_time(GetLastingTime());
|
||||
}
|
||||
|
||||
void Buff::ProcLastBurn(const a8::XParams& param)
|
||||
{
|
||||
}
|
||||
|
||||
void Buff::ProcReleaseDcgr(const a8::XParams& param)
|
||||
{
|
||||
}
|
||||
|
||||
void Buff::ProcReleaseFireBomb(const a8::XParams& param)
|
||||
{
|
||||
}
|
||||
|
||||
void Buff::ProcLastRecover(const a8::XParams& param)
|
||||
{
|
||||
}
|
||||
|
@ -29,9 +29,4 @@ class Buff
|
||||
int GetLeftTime();
|
||||
int GetLastingTime();
|
||||
void FillMFBuff(cs::MFBuff* buff_pb);
|
||||
|
||||
static void ProcLastBurn(const a8::XParams& param);
|
||||
static void ProcReleaseDcgr(const a8::XParams& param);
|
||||
static void ProcReleaseFireBomb(const a8::XParams& param);
|
||||
static void ProcLastRecover(const a8::XParams& param);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user