This commit is contained in:
lenheart
2024-09-16 17:05:26 +08:00
commit 237bcf8719
53 changed files with 21032 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
class Base_C_Object {
C_Object = null;
constructor(gObject) {
this.C_Object = gObject;
}
}