This commit is contained in:
aozhiwei 2024-10-11 14:45:02 +08:00
parent 4c04909fb7
commit 1ad1db690c

View File

@ -45,6 +45,7 @@
#include "bornpoint.h"
#include "ingamevoice.h"
#include "boxdrop.h"
#include "bag.h"
#include "buff/sprint.h"
@ -96,6 +97,7 @@ Human::Human():Creature()
AddInventory(IS_ICE, FIGHTING_MODE_BULLET_NUM);
}
stats = std::make_shared<PlayerStats>();
bag_ = std::make_shared<Bag>();
}
Human::~Human()