mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 14:52:35 +02:00
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user