Skip to content

Commit

Permalink
Create type.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dakln authored Nov 27, 2024
1 parent bd8f160 commit bfa19aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions addon_base/plugin/type.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const ADDON_ID = "";
const SDK = globalThis.SDK;
const PLUGIN_CLASS = SDK.Plugins[ADDON_ID];
PLUGIN_CLASS.Type = class LostPluginType extends SDK.ITypeBase {
constructor(sdkPlugin, iObjectType) {
super(sdkPlugin, iObjectType);
}
};
export {};

0 comments on commit bfa19aa

Please sign in to comment.