missing file

This commit is contained in:
UbitUmarov
2020-05-25 14:45:42 +01:00
parent 66eb8a2c2e
commit 1c5b9e5af8

View File

@@ -161,12 +161,12 @@ namespace OpenSim.Tests.Common
return true;
}
public void SuspendScript(UUID itemID)
public bool SuspendScript(UUID itemID)
{
throw new System.NotImplementedException ();
}
public void ResumeScript(UUID itemID)
public bool ResumeScript(UUID itemID)
{
throw new System.NotImplementedException ();
}