missing file, of course

This commit is contained in:
UbitUmarov
2019-11-11 12:54:42 +00:00
parent e87dfd48bf
commit 01832b3e3c

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);