make PuzzlePack toStringable

This commit is contained in:
2022-08-29 19:05:55 +00:00
parent c617c1510d
commit fa2fa22de2
4 changed files with 28 additions and 20 deletions

View File

@@ -44,12 +44,5 @@ typedef Puzzle = {
outOf:Int
}
typedef PuzzlePack = {
path:String,
nextPuzzle:Option<Puzzle>,
puzzlesDone:Int,
puzzlesTotal:Int
};
@:build(kiss.Kiss.build())
class HabitModel {}