SteamRE / SteamKit

SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
GNU Lesser General Public License v2.1
2.62k stars 497 forks source link

Make DepotManifest setters public #1459

Closed NicknineTheEagle closed 1 month ago

NicknineTheEagle commented 1 month ago

This makes constructors and setters for DepotManifest and its children public. This allows programs using SteamKit to manually build and edit depot manifest instances.