Add RewardFile to HabitModel
This commit is contained in:
@@ -22,5 +22,10 @@ typedef Entry = {
|
||||
doneToday: Bool
|
||||
};
|
||||
|
||||
typedef RewardFile = {
|
||||
path: String,
|
||||
startingPoints: Int
|
||||
};
|
||||
|
||||
@:build(kiss.Kiss.build())
|
||||
class HabitModel {}
|
||||
class HabitModel {}
|
||||
|
Reference in New Issue
Block a user