Skip to content

Commit

Permalink
Update to v0.1.0-beta4.1 (#48)
Browse files Browse the repository at this point in the history
* Add GameProfileError constant to ResourceKeysDictionary

This new constant will be used to provide an error message for issues related to game profiles. It ensures that error handling for game profiles is more robust and maintainable.

* Update submodule link Gml.Client
  • Loading branch information
GamerVII-NET authored Aug 11, 2024
1 parent eaf4c00 commit 4d34226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gml.Client
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public static class ResourceKeysDictionary
public const string PlayDRpcText = "PlayDRpcText";
public const string Launching = "Launching";
public const string PreparingLaunch = "PreparingLaunch";
public const string GameProfileError = "GameProfileError";
public const string CheckingFileIntegrity = "CheckingFileIntegrity";
public const string ProfileNotConfigured = "ProfileNotConfigured";
public const string UpdatingDescription = "UpdatingDescription";
Expand Down

0 comments on commit 4d34226

Please sign in to comment.