mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-26 15:37:20 +00:00
Comment out done code
This commit is contained in:
parent
f78ea1bbc9
commit
fc719cbb0a
@ -46,10 +46,10 @@ Entity::Initialize() {
|
||||
// m_Components.insert(std::make_pair(eReplicaComponentType::RENDER, render));
|
||||
|
||||
// auto destroyableComponent = new DestroyableComponent(this);
|
||||
destroyableComponent->SetHealth(1);
|
||||
destroyableComponent->SetMaxHealth(1.0f);
|
||||
destroyableComponent->SetFaction(-1, true);
|
||||
destroyableComponent->SetIsSmashable(true);
|
||||
// destroyableComponent->SetHealth(1);
|
||||
// destroyableComponent->SetMaxHealth(1.0f);
|
||||
// destroyableComponent->SetFaction(-1, true);
|
||||
// destroyableComponent->SetIsSmashable(true);
|
||||
// m_Components.insert(std::make_pair(eReplicaComponentType::DESTROYABLE, destroyableComponent));
|
||||
// We have all our components.
|
||||
// return;
|
||||
|
Loading…
Reference in New Issue
Block a user