mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
7 lines
197 B
C#
7 lines
197 B
C#
using ServerManagerTool.Plugin.Common.Lib;
|
|
using System.Collections.Generic;
|
|
|
|
namespace ServerManagerTool.Plugin.Common.Delegates
|
|
{
|
|
public delegate IList<Profile> FetchProfilesDelegate();
|
|
}
|