10 lines
256 B
C#
10 lines
256 B
C#
namespace Млаумчерб.Клиент;
|
||
|
||
public class LauncherLogger : FileLogger
|
||
{
|
||
public static readonly IOPath LogsDirectory = "launcher-logs";
|
||
|
||
public LauncherLogger() : base(LogsDirectory, "млаумчерб")
|
||
{
|
||
}
|
||
} |