Another dumb question:
If a class contains data of an entity (Such as their position, etc.) would it be viable to just make it a data class? There is nothing in the constructor as everything within is practically modifiable fields to update things such as their current position.