Move PlayerData to RageCoop.Client, remove RageCoop.Core.Logging

This commit is contained in:
Sardelka
2022-06-22 08:58:36 +08:00
parent 1a5f594b36
commit a15785a02f
9 changed files with 39 additions and 43 deletions

View File

@ -9,10 +9,10 @@ namespace RageCoop.Server
class Program
{
public static bool ReadyToStop = false;
public static Core.Logging.Logger Logger;
public static Core.Logger Logger;
static void Main(string[] args)
{
Logger=new Core.Logging.Logger()
Logger=new Core.Logger()
{
LogPath="RageCoop.Server.log",
UseConsole=true,