mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2025-04-12 04:10:01 +03:00
8 lines
149 B
C#
8 lines
149 B
C#
namespace EpicMorg.SteamPathsLib.Model
|
|
{
|
|
public class ConfigSteamData
|
|
{
|
|
public string[] SteamLibraryFolders { get; set; }
|
|
}
|
|
}
|