Files
gtav-src/tools_ng/bin/CruiseControl/WebDashboard/Configuration/IRemoteServicesConfiguration.cs
T
2025-09-29 00:52:08 +02:00

8 lines
169 B
C#
Executable File

namespace ThoughtWorks.CruiseControl.WebDashboard.Configuration
{
public interface IRemoteServicesConfiguration
{
ServerLocation[] Servers { get; set; }
}
}