Auto fetch master server address

This commit is contained in:
Sardelka
2022-06-03 16:28:02 +08:00
parent 11d178498f
commit 5a455d0487
7 changed files with 52 additions and 26 deletions

View File

@ -4,6 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using GTA.Math;
using System.Net;
namespace RageCoop.Core
{
public class CoreUtils
@ -35,6 +36,7 @@ namespace RageCoop.Core
return (0x0, null);
}
}
}
public static class Extensions
{