aboutsummaryrefslogtreecommitdiff
path: root/webAO/viewport/interfaces/Desk.ts
blob: 947a1c00a30e9d5922a4133283403e1975ee27e4 (plain)
1
2
3
4
5
6
export interface Desk {
  /** Filename without extension for the AO2 desk overlay (e.g. "defensedesk") */
  ao2?: string;
  /** Filename without extension for the AO1 desk overlay (e.g. "bancodefensa") */
  ao1?: string;
}