Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/FileFormats/PhotonWorkshopFile.cs')
-rw-r--r--UVtools.Core/FileFormats/PhotonWorkshopFile.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/UVtools.Core/FileFormats/PhotonWorkshopFile.cs b/UVtools.Core/FileFormats/PhotonWorkshopFile.cs
index 7fdbb2a..322907f 100644
--- a/UVtools.Core/FileFormats/PhotonWorkshopFile.cs
+++ b/UVtools.Core/FileFormats/PhotonWorkshopFile.cs
@@ -1109,6 +1109,8 @@ namespace UVtools.Core.FileFormats
public override uint[] AvailableVersions { get; } = { VERSION_1, VERSION_515, VERSION_516 };
+ public override uint DefaultVersion => VERSION_1;
+
public override uint Version
{
get => FileMarkSettings.Version;