sutom/ts/entites/volumeSon.ts

6 lines
70 B
TypeScript
Raw Permalink Normal View History

export enum VolumeSon {
Faible = 30,
Normal = 70,
Fort = 100,
}