@realsee/dnalogel 3.77.4 → 3.77.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import type { Five } from '@realsee/five';
2
2
  import { DigitalPlayground } from '../core/DigitalPlayground';
3
- import { DigitalHuman } from '../core/DigitalHuman';
3
+ import type { DigitalHuman } from '../core/DigitalHuman';
4
4
  import type { DigitalScript, DigitalChapter, DigitalPerformancePluginConfig, GlobalProgress, ChapterTimeInfo, ChapterLocation, ProgressListener } from '../typings';
5
5
  export default class DigitalPerformancePluginController {
6
6
  five: Five;
@@ -23,11 +23,11 @@ export default class DigitalPerformancePluginController {
23
23
  private _autoPlayOnNaturalEnd;
24
24
  private playingPlayersListeners;
25
25
  constructor(five: Five, config?: DigitalPerformancePluginConfig);
26
- private init;
27
26
  /**
28
27
  * 加载剧本数据
29
28
  */
30
29
  loadScript(script: DigitalScript): Promise<void>;
30
+ private init;
31
31
  /**
32
32
  * 预加载资源
33
33
  */