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

@ -259,7 +259,7 @@ namespace RageCoop.Server.Scripting
handlers.Add(handler);
}
}
public static Core.Logging.Logger GetLogger()
public static Logger GetLogger()
{
return Program.Logger;
}