Hello Michael,
i am back again.
In the chapter of Room Entities it is not perfectly clear in which package they should belong.
In the data or types package?
Should the player class be moved from the types package to data package?
Or should the types package be the data package right from the start?
Greetings Keno
Welcome back! I’m glad you asked for clarification. The new Entity
classes will go in the data
package but we can just leave Player
in the types
package.
I added a note in chapter 5 about how all the new Entity
classes go in data
, hopefully that’ll be more clear.