internal classes

This commit is contained in:
glax 2024-01-15 19:35:57 +01:00
parent 91f08e43de
commit aa4dcc05f5
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ using Microsoft.Win32;
namespace CS2GSI; namespace CS2GSI;
public class GsiConfigInstaller internal class GsiConfigInstaller
{ {
internal static void InstallGsi() internal static void InstallGsi()
{ {

View File

@ -4,7 +4,7 @@ using System.Text;
namespace CS2GSI; namespace CS2GSI;
public class GSIServer internal class GSIServer
{ {
private HttpListener HttpListener { get; init; } private HttpListener HttpListener { get; init; }
internal delegate void OnMessageEventHandler(string content); internal delegate void OnMessageEventHandler(string content);