mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-09 17:44:42 +01:00
7 lines
172 B
C#
7 lines
172 B
C#
namespace Penumbra;
|
|
|
|
public class DebugConfiguration
|
|
{
|
|
public static bool WriteImcBytesToLog = false;
|
|
public static bool UseSkinMaterialProcessing = true;
|
|
}
|