class.lua icon indicating copy to clipboard operation
class.lua copied to clipboard

object-oriented library for lua

Results 1 class.lua issues
Sort by recently updated
recently updated
newest added

This pull request aims to add operator-overloading to the classes created by the original library The usage example of the added feature is as follows: ```Lua require "class" Vector2 =...