Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions libMBIN/Source/Template/NMSTemplate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
// They will always be disabled/ignored in Release builds.

// Uncomment to enable debug logging of the template de/serialization.
#define DEBUG_TEMPLATE
// #define DEBUG_TEMPLATE

// Uncomment to enable debug logging of XML comments
// #define DEBUG_COMMENTS

// Uncomment to enable debug logging of MBIN field names
#define DEBUG_FIELD_NAMES
// #define DEBUG_FIELD_NAMES

// Uncomment to enable debug logging of XML property names
#define DEBUG_PROPERTY_NAMES
// #define DEBUG_PROPERTY_NAMES


using System;
Expand Down
Loading