import { _decorator, Component, Node } from 'cc'; import { ShootingBase } from './ShootingBase'; const { ccclass, property } = _decorator; @ccclass('Shooting') export class Shooting extends ShootingBase { }