Added message dialog for Model Files

This commit is contained in:
MattNL
2022-09-12 07:08:15 -04:00
parent b0da3bcc8f
commit 23ae97286d

View File

@@ -354,7 +354,8 @@ namespace PckStudio
public void HandleModelsFile(PCKFile.FileData file)
{
throw new NotImplementedException();
MessageBox.Show("Models.bin support has not been implemented. You can use the Spark Editor for the time being to edit these files.", "Not implemented yet.");
//throw new NotImplementedException();
}
private void selectNode(object sender, TreeViewEventArgs e)