mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
9 lines
180 B
C#
9 lines
180 B
C#
using rjw.Modules.Shared.Logs;
|
|
|
|
namespace RJWSexperience.Logs
|
|
{
|
|
public class DebugLogProvider : ILogProvider
|
|
{
|
|
public bool IsActive => SexperienceMod.Settings.DevMode;
|
|
}
|
|
}
|