Files
SM64Lib/SM64Lib/Configuration/PatchingConfig.cs
2024-06-05 19:21:19 +02:00

10 lines
228 B
C#

using Pilz.IO;
namespace SM64Lib.Configuration;
public class PatchingConfig
{
public EmbeddedFilesContainer TweakBackups { get; } = new EmbeddedFilesContainer();
public bool Patched2DCamera { get; set; } = false;
}