Revert "Revert "Replace ResourcePath with ResPath (#3926)" (#3949)" (#3950)

This commit is contained in:
metalgearsloth
2023-04-20 20:15:57 +10:00
committed by GitHub
parent b582b317c1
commit 8a6cadd38f
87 changed files with 455 additions and 1179 deletions

View File

@@ -18,7 +18,7 @@ namespace Robust.UnitTesting
var stream = new MemoryStream();
stream.Write(Encoding.UTF8.GetBytes(content));
stream.Position = 0;
resourceManager.MountStreamAt(stream, new ResourcePath(path));
resourceManager.MountStreamAt(stream, new (path));
}
}
}