Penumbra/Penumbra/DebugConfiguration.cs
Ottermandias 924c9b9f7e
Some checks failed
.NET Build / build (push) Has been cancelled
Update to Luna state.
2025-09-17 18:05:07 +02:00

7 lines
172 B
C#

namespace Penumbra;
public class DebugConfiguration
{
public static bool WriteImcBytesToLog = false;
public static bool UseSkinMaterialProcessing = true;
}