1
This commit is contained in:
commit
d20b0413d5
@ -326,7 +326,7 @@ void Buff::ProcSputteringFunc(Bullet* bullet)
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
nullptr);
|
nullptr);
|
||||||
std::shared_ptr<VirtualBullet> p = std::make_shared<VirtualBullet>();
|
auto p = std::make_shared<VirtualBullet>();
|
||||||
p->bullet_uniid = bullet_uniid;
|
p->bullet_uniid = bullet_uniid;
|
||||||
p->weapon_uniid = bullet->weapon_uniid;
|
p->weapon_uniid = bullet->weapon_uniid;
|
||||||
p->skill_meta = bullet->skill_meta;
|
p->skill_meta = bullet->skill_meta;
|
||||||
|
@ -103,3 +103,9 @@ typedef std::weak_ptr<struct AttrRuducePtr> AttrRuduceHandle;
|
|||||||
typedef std::weak_ptr<struct AttrAbsPtr> AttrAbsHandle;
|
typedef std::weak_ptr<struct AttrAbsPtr> AttrAbsHandle;
|
||||||
typedef std::weak_ptr<struct AttrRatePtr> AttrRateHandle;
|
typedef std::weak_ptr<struct AttrRatePtr> AttrRateHandle;
|
||||||
typedef std::weak_ptr<struct AttrDirectPtr> AttrDirectHandle;
|
typedef std::weak_ptr<struct AttrDirectPtr> AttrDirectHandle;
|
||||||
|
|
||||||
|
namespace a8
|
||||||
|
{
|
||||||
|
class Args;
|
||||||
|
typedef std::function<void(const a8::Args*)> CommonCbProcEx;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user