w3ts icon indicating copy to clipboard operation
w3ts copied to clipboard

Change constructor to protected instead of private in MapPlayer

Open mark3apps opened this issue 4 years ago • 0 comments

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.

mark3apps avatar Dec 19 '21 01:12 mark3apps