w3ts
w3ts copied to clipboard
Change constructor to protected instead of private in MapPlayer
Hey,
I'm trying to Extend the MapPlayer class but am unable to because the constructor is set up to private. Would you be able to change it to protected instead? Then, I'd be able to extend it properly and it wouldn't change in reality it is hidden.