A simple OOP library for Lua. ... isInstanceOf = function(self, aClass)returntype(aClass) == 'table'and (aClass == self.class or ...
確定! 回上一頁