Closed GiuseppeIII closed 1 year ago
class_name_style
mean like local a = class("a")
Is class
some third party thing?
It's not from some third-party library, which is the usual name for functions that emulate OOP in Lua
👍 Interesting, thanks for info 😄
Would it be possible to get some details on what each name_style refers to
I had assumed
class_name_style
refered to classes as annotated with@class
but it doesn't seem to do anything.