public inheritance
This commit is contained in:
@@ -33,7 +33,7 @@ struct PlayerInput {
|
||||
bool flight;
|
||||
};
|
||||
|
||||
class Player : Object, Serializable {
|
||||
class Player : public Object, public Serializable {
|
||||
float speed;
|
||||
int chosenSlot;
|
||||
glm::vec3 spawnpoint {};
|
||||
|
||||
Reference in New Issue
Block a user