mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
missing file
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user