diff --git a/NetAF/Persistence/RestorePoint.cs b/NetAF/Persistence/RestorePoint.cs index 29095672..e96d1530 100644 --- a/NetAF/Persistence/RestorePoint.cs +++ b/NetAF/Persistence/RestorePoint.cs @@ -37,6 +37,8 @@ private RestorePoint() { } #endregion + #region StaticMethods + /// /// Create a new restore point. /// @@ -52,5 +54,7 @@ public static RestorePoint Create(string name, Game game) Game = new(game) }; } + + #endregion } }