commit when car work

This commit is contained in:
EmosewaMC
2022-02-09 21:21:10 -08:00
parent 42f6f2f10b
commit 6c5c6b7b8e
2 changed files with 61 additions and 9 deletions

View File

@@ -15,6 +15,7 @@
#include "Component.h"
#include "ItemSetPassiveAbility.h"
#include "ItemSetPassiveAbilityID.h"
#include "PossessorComponent.h"
class Entity;
class ItemSet;
@@ -384,6 +385,11 @@ private:
*/
LOT m_Consumable;
/**
* Currently has a car equipped
*/
bool hasCarEquipped = false;
Entity* equippedCarEntity = nullptr;
/**
* Creates all the proxy items (subitems) for a parent item
* @param parent the parent item to generate all the subitems for