diff --git a/PCK-Studio/Internal/GameModelImporter.cs b/PCK-Studio/Internal/GameModelImporter.cs index b6938f0a..237e7d89 100644 --- a/PCK-Studio/Internal/GameModelImporter.cs +++ b/PCK-Studio/Internal/GameModelImporter.cs @@ -39,7 +39,7 @@ namespace PckStudio.Internal { public static GameModelImporter Default { get; } = new GameModelImporter(); - public class ModelExportSettings + public sealed class ModelExportSettings { public bool CreateModelOutline { get; set; } = true; }