mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2025-04-15 05:22:34 +03:00
12 lines
249 B
C#
12 lines
249 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace EpicMorg.SteamPathsLib.Model {
|
|
public class ConfigSteamData {
|
|
public string[] SteamLibraryFolders;
|
|
}
|
|
}
|