mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-18 22:07:45 +01:00
7 lines
175 B
C#
7 lines
175 B
C#
namespace Penumbra;
|
|
|
|
public class DebugConfiguration
|
|
{
|
|
public static bool WriteImcBytesToLog = false;
|
|
public static bool UseSkinMaterialProcessing = true;
|
|
}
|