add to a class declaration to automatically register it to the TypeStore (required for HMR right now)
@registerType
export class MyType extends Behaviour { ... }
Generated using TypeDoc
add to a class declaration to automatically register it to the TypeStore (required for HMR right now)
@registerTypeexport class MyType extends Behaviour { ... }