1
0
mirror of synced 2025-01-31 04:13:51 +01:00

Correct file format name for SDFTOC

"Snowdrop Engine" instead of "Snow Engine"
This commit is contained in:
CosmicDreamsOfCode 2019-06-17 19:57:11 +01:00 committed by GitHub
parent c1f7adb212
commit 98ab0792c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ namespace FirstPlugin
public FileType FileType { get; set; } = FileType.Archive;
public bool CanSave { get; set; }
public string[] Description { get; set; } = new string[] { "Snow Engine Data Table Of Contents" };
public string[] Description { get; set; } = new string[] { "Snowdrop Engine Data Table Of Contents" };
public string[] Extension { get; set; } = new string[] { "*.sdftoc" };
public string FileName { get; set; }
public string FilePath { get; set; }