mirror of
https://framagit.org/JonathanMM/sutom.git
synced 2025-01-09 04:41:30 +01:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
export default class SauvegardePartie {
|
|
propositions: Array<string> = [];
|
|
datePartie: Date = new Date();
|
|
}
|