Skip to content

Commit

Permalink
Update ClassGenerator.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rimuy authored Jan 24, 2024
1 parent 2d522fa commit 0ce4396
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/class/ClassGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ const PLUGIN_ONLY_CLASSES = new Set([
"RenderSettings",
"RobloxPluginGuiService",
"ScriptDebugger",
"ScriptDocument",
"ScriptEditorService",
"Selection",
"StatsItem",
"Studio",
Expand Down Expand Up @@ -291,15 +293,20 @@ function safeName(name: string) {

const ABSTRACT_CLASSES = new Set<string>([
"BackpackItem",
"BaseImportData",
"BasePart",
"BasePlayerGui",
"BaseRemoteEvent",
"BaseScript",
"BaseWrap",
"BevelMesh",
"BodyMover",
"CharacterAppearance",
"Clothing",
"Constraint",
"Controller",
"ControllerBase",
"CustomSoundEffect",
"DataModelMesh",
"DynamicRotate",
"FaceInstance",
Expand All @@ -325,14 +332,20 @@ const ABSTRACT_CLASSES = new Set<string>([
"Pages",
"PartAdornment",
"PluginGui",
"PoseBase",
"PostEffect",
"PVAdornment",
"PVInstance",
"ScriptBuilder",
"SelectionLasso",
"SensorBase",
"ServiceProvider",
"SlidingBallConstraint",
"SoundEffect",
"StatsItem",
"StudioObjectBase",
"StyleBase",
"SurfaceGuiBase",
"TriangleMeshPart",
"TweenBase",
"UIBase",
Expand Down

0 comments on commit 0ce4396

Please sign in to comment.