Updating game patch version to correct patch

This commit is contained in:
Jonathan
2025-05-02 20:49:04 -04:00
parent 1f71062691
commit 3d10256b9f
3 changed files with 11 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace Model;
public static class Variables
{
public static string GamePatch = "0.0.6.10125a";
}