terrybuck / Evilution

2D Game where one attempts to thwart an ever evolving evil
0 stars 0 forks source link

Rework Message Manager #36

Open terrybuck opened 6 years ago

terrybuck commented 6 years ago

Message message is currently a copy of Input Manager used to split up the inputs and messages.

Find a better way to create the Input and Message Manager where I'm not directly copying code:

Inheritance vs Composition?

Truth is they are both more or less empty classes, There is definitely a better way to do this.