sirjonasxx / G-Earth

Cross-platform Habbo packet manipulator
MIT License
88 stars 47 forks source link

Allow onClick method to be overridden in console extensions #155

Closed WiredSpast closed 1 year ago

WiredSpast commented 1 year ago

The onClick method had a package-private access modifier in the ExtensionBase class, I changed it to protected.

I also made the onClick in ExtensionForm final, this way it can't be overridden in GUI extensions.

sirjonasxx commented 1 year ago

is this ready for merge? since there's some unity stuff

WiredSpast commented 1 year ago

I've removed the unity stuff, should be fine now