lua-class
lua-class copied to clipboard
A library to add support for OOP on Lua with a really nice and elegant style
Results
2
lua-class issues
Sort by
recently updated
recently updated
newest added
Would be great to have some support for anonymous classes that are returned like a table, this is helpful to allow local declaration for classes. One example would be: ```Lua...
enhancement
I've been using this include for my WIP Stuntjumps gamemode and I have to thank you for making it - it makes the code a ton cleaner (even though it's...