| 12345678910111213141516171819202122 |
- ---
- --- Generated by EmmyLua(https://github.com/EmmyLua)
- --- Created by Cal.
- --- DateTime: 2021/4/30 23:41
- ---
- local System = System
- System.namespace("System", function (namespace)
- namespace.class("DebuggerHiddenAttribute", function (namespace)
- local __ctor__
- __ctor__ = function (this)
- System.Attribute.__ctor__(this)
- end
- return {
- base = function (out)
- return {
- System.Attribute
- }
- end,
- __ctor__ = __ctor__
- }
- end)
- end)
|