Type alias ErMetaDataCharacterSkin

ErMetaDataCharacterSkin: {
    characterCode: number;
    code: number;
    effectsPath: string;
    eventFree: boolean;
    fxSoundPath: string;
    grade: number;
    index: number;
    indicatorPath: string;
    name: string;
    objectPath: string;
    projectilesDeflectorPath: string;
    projectilesPath: string;
    purchaseType: string;
    voicePath: string;
    weaponMountCommonPath: string;
    weaponMountPath: string;
}

Type declaration

  • characterCode: number
  • code: number
  • effectsPath: string
  • eventFree: boolean
  • fxSoundPath: string
  • grade: number
  • index: number
  • indicatorPath: string
  • name: string
  • objectPath: string
  • projectilesDeflectorPath: string
  • projectilesPath: string
  • purchaseType: string
  • voicePath: string
  • weaponMountCommonPath: string
  • weaponMountPath: string

Generated using TypeDoc