Add RewardFile to HabitModel

This commit is contained in:
2022-02-04 15:43:15 -07:00
parent ffb5028e55
commit 1fa8171025
2 changed files with 21 additions and 1 deletions

View File

@@ -22,5 +22,10 @@ typedef Entry = {
doneToday: Bool
};
typedef RewardFile = {
path: String,
startingPoints: Int
};
@:build(kiss.Kiss.build())
class HabitModel {}
class HabitModel {}