Hi,
Could you create a super class, for which all of the other player types inherit from.
At the moment, they inherit from an NSObject and a protocol.
I would suggest to keep things tidy a class that is a NSObject and implemented the protocol but then can be used as the super class and inherited from.
I hope that makes sense
Hi, Could you create a super class, for which all of the other player types inherit from. At the moment, they inherit from an NSObject and a protocol. I would suggest to keep things tidy a class that is a NSObject and implemented the protocol but then can be used as the super class and inherited from. I hope that makes sense