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

@ -120,7 +120,7 @@ namespace RageCoop.Client.Scripting
/// Get a <see cref="Core.Logging.Logger"/> that RAGECOOP is currently using.
/// </summary>
/// <returns></returns>
public static Core.Logging.Logger GetLogger()
public static Logger GetLogger()
{
return Main.Logger;
}