mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-26 09:20:51 +01:00
Eslint
This commit is contained in:
parent
5a063fd6fc
commit
fc7850789c
@ -3,7 +3,7 @@ import { EffectFramePartXML } from './EffectFramePartXML';
|
|||||||
export class EffectFrameXML
|
export class EffectFrameXML
|
||||||
{
|
{
|
||||||
private readonly _repeats: number;
|
private readonly _repeats: number;
|
||||||
private readonly _fxs: EffectFramePartXML[]
|
private readonly _fxs: EffectFramePartXML[];
|
||||||
private readonly _bodyParts: EffectFramePartXML[];
|
private readonly _bodyParts: EffectFramePartXML[];
|
||||||
|
|
||||||
constructor(xml: any)
|
constructor(xml: any)
|
||||||
|
@ -11,7 +11,7 @@ export class VisualizationDataXML
|
|||||||
private readonly _layerCount: number;
|
private readonly _layerCount: number;
|
||||||
private readonly _angle: number;
|
private readonly _angle: number;
|
||||||
|
|
||||||
private readonly _layers: LayerXML[]
|
private readonly _layers: LayerXML[];
|
||||||
private readonly _directions: VisualDirectionXML[];
|
private readonly _directions: VisualDirectionXML[];
|
||||||
private readonly _colors: ColorXML[];
|
private readonly _colors: ColorXML[];
|
||||||
private readonly _animations: AnimationXML[];
|
private readonly _animations: AnimationXML[];
|
||||||
|
Loading…
Reference in New Issue
Block a user