Scene Restore Point
data class SceneRestorePoint(val characterRestorePoints: List<CharacterRestorePoint>, val step: Int)
Provides a restore point for a Scene with a specified list of characterRestorePoints and step.
Provides a restore point for a Scene with a specified list of characterRestorePoints and step.