#include "Component.h" void Component::Update(float deltaTime) { } void Component::OnUse(Entity* originator) { } void Component::UpdateXml(tinyxml2::XMLDocument& doc) { } void Component::LoadFromXml(const tinyxml2::XMLDocument& doc) { } void Component::Serialize(RakNet::BitStream& outBitStream, bool isConstruction) { }