Add replay loading/reading. (#4077)

This commit is contained in:
Leon Friedrich
2023-05-28 06:32:35 +12:00
committed by GitHub
parent fbcbcecae6
commit d9a5f9c4dd
19 changed files with 1016 additions and 62 deletions

View File

@@ -25,8 +25,8 @@ public abstract class SharedNetworkResourceManager : IDisposable
protected readonly MemoryContentRoot ContentRoot = new();
//public bool FileExists(ResPath path)
// => ContentRoot.FileExists(path);
public bool FileExists(ResPath path)
=> ContentRoot.FileExists(path);
public virtual void Initialize()
{