Make Robust.Client.WebView.Cef.Program internal.

This commit is contained in:
PJB3005
2025-09-13 19:11:16 +02:00
parent 2f56a6a110
commit cdcc255123

View File

@@ -6,7 +6,7 @@ using Xilium.CefGlue;
namespace Robust.Client.WebView.Cef
{
public static class Program
internal static class Program
{
// This was supposed to be the main entry for the subprocess program... It doesn't work.
public static int Main(string[] args)