Skip to content

Commit

Permalink
Added missing region
Browse files Browse the repository at this point in the history
  • Loading branch information
ben_singer committed Nov 21, 2024
1 parent 96bcaec commit 0b5de6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NetAF/Persistence/RestorePoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ private RestorePoint() { }

#endregion

#region StaticMethods

/// <summary>
/// Create a new restore point.
/// </summary>
Expand All @@ -52,5 +54,7 @@ public static RestorePoint Create(string name, Game game)
Game = new(game)
};
}

#endregion
}
}

0 comments on commit 0b5de6e

Please sign in to comment.