mirror of
https://github.com/SnapEnhance/scripting-docs.git
synced 2026-08-31 04:32:30 +00:00
fix(java_type): new instance
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -3,7 +3,7 @@ interface Class<T> {
|
||||
}
|
||||
|
||||
interface JavaType {
|
||||
newInstance(...args: any[]): any;
|
||||
__new__(...args: any[]): any;
|
||||
}
|
||||
|
||||
interface SEWrapper {
|
||||
|
||||
Reference in New Issue
Block a user