Replace ResourcePath with ResPath (#3926)

This commit is contained in:
Ygg01
2023-04-19 15:37:46 +02:00
committed by GitHub
parent 8958b2123e
commit d6a3e1e286
87 changed files with 449 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));
}
}
}