sutom/ts/entites/volumeSon.ts
2022-01-30 12:02:40 +01:00

6 lines
70 B
TypeScript

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