(pointer)
| 1700 | const Il2CppImage_1 = require("./Il2CppImage"); |
| 1701 | class Il2CppClass extends NativeStruct_1.NativeStruct { |
| 1702 | constructor(pointer) { |
| 1703 | super(pointer); |
| 1704 | this.needNameSpace = []; |
| 1705 | } |
| 1706 | addNeedNameSpace(str) { |
| 1707 | if (!this.needNameSpace.includes(str)) { |
| 1708 | this.needNameSpace.push(str); |
nothing calls this directly
no outgoing calls
no test coverage detected