mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 22:40:27 +00:00
Merge pull request #63 from CosmicDreamsOfCode/patch-1
Correct file format name for SDFTOC
This commit is contained in:
commit
4afe7eb2a6
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue