Skip to content

Commit

Permalink
Fixed accessor, added images for demonstrating client.
Browse files Browse the repository at this point in the history
  • Loading branch information
Balphagore committed May 6, 2024
1 parent 9e2a16b commit fc431dc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
Binary file added Docs/RestSharpClient_PlayerManager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/RestSharpClient_ProxyMenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/RestSharpClient_ServerSettings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Palworld.RESTSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFi
.github\workflows\nuget-publish.yml = .github\workflows\nuget-publish.yml
.github\workflows\publish-client.yml = .github\workflows\publish-client.yml
README.md = README.md
Docs\RestSharpClient_PlayerManager.png = Docs\RestSharpClient_PlayerManager.png
Docs\RestSharpClient_ProxyMenu.png = Docs\RestSharpClient_ProxyMenu.png
Docs\RestSharpClient_ServerSettings.png = Docs\RestSharpClient_ServerSettings.png
RestSharpLogo-128.png = RestSharpLogo-128.png
RestSharpLogo-32.png = RestSharpLogo-32.png
RestSharpLogo.ico = RestSharpLogo.ico
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ public class PalworldRESTSharpProxyConfig
/// <summary>
/// Version of the Palworld RESTSharp API Proxy server.
/// </summary>
public string Version { get; internal set; }
public string Version { get; set; }
}
}

0 comments on commit fc431dc

Please sign in to comment.