wip
This commit is contained in:
@ -11,6 +11,9 @@ final class WorkoutLog {
|
||||
var order: Int = 0
|
||||
var exerciseName: String = ""
|
||||
|
||||
var currentStateIndex: Int? = nil
|
||||
var elapsedSeconds: Int? = nil
|
||||
|
||||
var completed: Bool = false
|
||||
|
||||
@Relationship(deleteRule: .nullify)
|
||||
|
Reference in New Issue
Block a user