This commit is contained in:
Aaron Kimbre 2023-03-20 20:59:11 -05:00
parent 2ae9a92b55
commit c2d5be0e5d

View File

@ -71,6 +71,7 @@
#include "LUPExhibitComponent.h"
#include "TriggerComponent.h"
#include "ItemComponent.h"
#include "MutableModelBehaviorComponent.h"
Entity::Entity(const LWOOBJID& objectID, EntityInfo info, Entity* parentEntity) {
m_ObjectID = objectID;