I am making a game and have have several LinkedLists with different objects that I want to .draw()
I would like them all to belong to a class that i call Drawable but even as I use: ~Class Monster Extends Drawable.
I still cant assign it to (Drawable). When I do it says expected (Drawable) but found Monster.
What am I doing wrong? :-/