Now that we have built the core of the Engine, we can finally start building some real components by creating classes that inherit from the “Component” class.

Start by adding a new folder to the engine’s project called “Components”. The following sections will create new classes that we can add to that folder.

« »