1
This commit is contained in:
parent
2ea0a2657d
commit
1e58a2bf88
@ -1,8 +1,3 @@
|
||||
#include "precompile.h"
|
||||
|
||||
#include "bag.h"
|
||||
|
||||
void Bag::UseItem(int equip_id)
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -5,6 +5,7 @@ class Bag
|
||||
public:
|
||||
|
||||
void UseItem(int equip_id);
|
||||
void PushBagInfo();
|
||||
|
||||
private:
|
||||
Creature* owner_ = nullptr;
|
||||
|
@ -53,6 +53,7 @@
|
||||
#include "custom_member.h"
|
||||
#include "GGListener.h"
|
||||
#include "netdata.h"
|
||||
#include "bag.h"
|
||||
|
||||
#include "mt/Param.h"
|
||||
#include "mt/Buff.h"
|
||||
@ -2941,3 +2942,13 @@ void CustomBattle::NotifyState()
|
||||
GGListener::Instance()->SendToClient(pair.first, 0, notify_msg);
|
||||
}
|
||||
}
|
||||
|
||||
void Bag::UseItem(int equip_id)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Bag::PushBagInfo()
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user