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

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UnifFile.cs')
-rw-r--r--UnifFile.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/UnifFile.cs b/UnifFile.cs
index 0e9606e..f6d586c 100644
--- a/UnifFile.cs
+++ b/UnifFile.cs
@@ -54,6 +54,11 @@ namespace com.clusterrr.Famicom.Containers
{
}
+ public static UnifFile FromBytes(byte[] data)
+ {
+ return new UnifFile(data);
+ }
+
/// <summary>
/// Save UNIF file
/// </summary>