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

This commit is contained in:
metalgearsloth
2023-04-20 11:43:51 +10:00
committed by GitHub
parent 6fb8df41e5
commit d646403068
87 changed files with 1179 additions and 449 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace Robust.UnitTesting
{
public Assembly[] Assemblies { get; set; } = Array.Empty<Assembly>();
public bool TryLoadModulesFrom(ResPath mountPath, string filterPrefix)
public bool TryLoadModulesFrom(ResourcePath mountPath, string filterPrefix)
{
foreach (var assembly in Assemblies)
{