Open terrybuck opened 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.
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.