Move in all directions is functional

This commit is contained in:
David Markowitz
2025-05-20 18:49:48 -07:00
parent 891b176b4f
commit a4a91f1e73
9 changed files with 139 additions and 20 deletions

View File

@@ -33,6 +33,8 @@ public:
SimplePhysicsComponent(Entity* parent, int32_t componentID);
~SimplePhysicsComponent() override;
void Update(const float deltaTime) override;
void Serialize(RakNet::BitStream& outBitStream, bool bIsInitialUpdate) override;
/**