missing file

master
UbitUmarov 2020-05-25 14:45:42 +01:00
parent 66eb8a2c2e
commit 1c5b9e5af8
1 changed files with 2 additions and 2 deletions

View File

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