update samples

This commit is contained in:
hevinci
2023-03-09 17:28:40 +08:00
parent c976221cbb
commit 9739fe2b79
19 changed files with 79 additions and 28 deletions

View File

@@ -142,7 +142,7 @@ internal class FsmInitialize : IStateNode
throw new NotImplementedException();
}
public FileStream LoadFromStream(DecryptFileInfo fileInfo)
public Stream LoadFromStream(DecryptFileInfo fileInfo)
{
BundleStream bundleStream = new BundleStream(fileInfo.FilePath, FileMode.Open);
return bundleStream;