chore: clean up file-scoped namespace fallout

This commit is contained in:
goat 2022-10-29 15:54:24 +02:00
parent b4a89020e0
commit 09c4828a9e
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
7 changed files with 16 additions and 16 deletions

View file

@ -66,7 +66,7 @@ public sealed class DataManager : IDisposable, IServiceType
LoadMultithreaded = true,
CacheFileResources = true,
#if DEBUG
PanicOnSheetChecksumMismatch = true,
PanicOnSheetChecksumMismatch = true,
#else
PanicOnSheetChecksumMismatch = false,
#endif