novystxr submitted a new resource:
ClassySK - Object orientation for skript in the form of classes
Read more about this resource...
ClassySK - Object orientation for skript in the form of classes
ClassySK is an addon that adds proper object orientation capabilities to skript in the form of classes. Allowing you to write powerful, defensive code and explore OOP concepts within skript!
Roadmap
Nothing here is set in stone but these are my future ambitions regarding the project (in no particular order)
- Inheritance: extending other classes
- Abstract classes: contains methods that must be implemented by inheritors, cannot be instantiated on its own
- Constant fields: fields...
Read more about this resource...