@ -1,6 +1,8 @@
#include "entity.hh"
Entity::Entity(glm::vec3 position, glm::vec3 rotation) {
this->position = position;
this->rotation = rotation;
}
Entity::Entity(){
The note is not visible to the blocked user.