Made an abstract class and two concrete classes from that:
GameController -> for a local game NetController -> to be used for remote connections
I changed all references in the game to the abstract class.
Log in to post a comment.