mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-07 11:49:03 +00:00
8 lines
193 B
C#
8 lines
193 B
C#
namespace ServerManagerTool.Plugin.Common.Lib
|
|
{
|
|
public class Profile
|
|
{
|
|
public string ProfileName { get; set; }
|
|
public string InstallationFolder { get; set; }
|
|
}
|
|
}
|