MafiaHub / Framework

Advanced modding framework for multiplayer modifications
https://mafiahub.dev
Other
40 stars 7 forks source link

Implement parent class inheritance for V8Class #38

Closed LeonMrBonnie closed 3 years ago

LeonMrBonnie commented 3 years ago

This allows a V8Class to have another V8Class as a parent, the child class will then inherit the methods/properties from the parent class.