mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-31 19:54:44 +00:00
GameModelImporter - Mark 'ModelExportSettings' as sealed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user