missing file, of course

0.9.1.1
UbitUmarov 2019-11-11 12:54:42 +00:00
parent e87dfd48bf
commit 01832b3e3c
1 changed files with 5 additions and 0 deletions

View File

@ -109,6 +109,11 @@ namespace OpenSim.Tests.Common
throw new System.NotImplementedException ();
}
public void CancelScriptEvent(UUID itemID, string eventName)
{
}
public bool PostScriptEvent(UUID itemID, string name, object[] args)
{
// Console.WriteLine("Posting event {0} for {1}", name, itemID);