BoolClub / ProjectCrusade

First project of RHS Software Development Club
0 stars 0 forks source link

Migrate PlayerInput #1

Closed christiancosgrove closed 8 years ago

christiancosgrove commented 8 years ago

I think we should combine the static PlayerInput class with the Player class, since at the moment it requires a reference to a Player instance and therefore is just an extension of the player class.

(we could split Player into partial classes, but I don't think that will be necessary)

Authman2 commented 8 years ago

Yeah we can do that for now, I'm just worried that when we start adding more features it might get too messy to have it all in one file.