mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Add replay loading/reading. (#4077)
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user