UNPKG

@osbjs/osbjs

Version:

a minimalist osu! storyboarding framework

8 lines (7 loc) 297 B
import { Hitsound } from '../Enums'; import { IHitSample } from '../Interfaces'; import { HitObject } from './HitObject'; export declare class Spinner extends HitObject { endTime: number; constructor(startTime: number, endTime: number, hitsound: Hitsound, hitSample: IHitSample); }