mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 20:24:17 +01:00
6 lines
111 B
C#
6 lines
111 B
C#
namespace Penumbra;
|
|
|
|
public class DebugConfiguration
|
|
{
|
|
public static bool WriteImcBytesToLog = false;
|
|
}
|