mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
New Fetch Profiles
Added a fetch profile method to the Common Plugin Helper.
This commit is contained in:
parent
0cdd760a48
commit
2df6f0cbaf
4 changed files with 36 additions and 1 deletions
8
Plugins/Discord/source/Plugin.Common/Lib/Profile.cs
Normal file
8
Plugins/Discord/source/Plugin.Common/Lib/Profile.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace ServerManagerTool.Plugin.Common.Lib
|
||||
{
|
||||
public class Profile
|
||||
{
|
||||
public string ProfileName { get; set; }
|
||||
public string InstallationFolder { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue