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