Use of final

This commit is contained in:
David Markowitz
2023-06-26 01:23:22 -07:00
parent a5611e9c7f
commit 06acd23cb7
6 changed files with 10 additions and 21 deletions

View File

@@ -14,12 +14,6 @@
std::unordered_map<int32_t, std::vector<BuffParameter>> BuffComponent::m_Cache{};
BuffComponent::BuffComponent(Entity* parent) : Component(parent) {
}
BuffComponent::~BuffComponent() {
}
void BuffComponent::Serialize(RakNet::BitStream* outBitStream, bool bIsInitialUpdate, unsigned int& flags) {
if (!bIsInitialUpdate) return;
if (m_Buffs.empty()) {