Skip to content
TypeAliasTypes & Utilities@public

FlxPluginConstructor

Constructor used by the plugin compatibility facade.

ts
export type FlxPluginConstructor<T extends FlxBasic = FlxBasic> = abstract new (...args: never[]) => T

Released under the MIT License.