DarkflameServer/dGame/dComponents/CollectibleComponent.cpp
2023-06-26 22:59:57 -07:00

8 lines
173 B
C++

#include "CollectibleComponent.h"
#include "Entity.h"
void CollectibleComponent::Startup() {
m_CollectibleId = GetParentEntity()->GetVarAs<int32_t>(u"collectible_id");
}