mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-23 04:53:09 +00:00
Merge branch 'master' of https://github.com/KillzXGaming/Switch-Toolbox
This commit is contained in:
commit
b0cecddee4
1 changed files with 3 additions and 3 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; }
|
||||
|
@ -195,8 +195,8 @@ namespace FirstPlugin
|
|||
|
||||
public override byte[] FileData
|
||||
{
|
||||
get => GetFileBytes();
|
||||
set => base.FileData = value;
|
||||
get { return GetFileBytes();}
|
||||
set { base.FileData = value;}
|
||||
}
|
||||
|
||||
public override IFileFormat OpenFile()
|
||||
|
|
Loading…
Reference in a new issue