Initial Imgui debug display for stats, some hookup between entity replication and the spawnable code to make testing possible

This commit is contained in:
karlberg
2021-04-17 19:06:28 -07:00
parent a59e212134
commit 4e75a099b8
12 changed files with 328 additions and 26 deletions
@@ -26,6 +26,10 @@ namespace Multiplayer
}
}
NetworkSpawnableHolderComponent::NetworkSpawnableHolderComponent()
{
}
void NetworkSpawnableHolderComponent::Activate()
{
}
@@ -43,9 +47,4 @@ namespace Multiplayer
{
return m_networkSpawnableAsset;
}
NetworkSpawnableHolderComponent::NetworkSpawnableHolderComponent()
{
}
}