Top Scripts

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
StolenRuby
2020-08-15 19:34:20 +01:00
committed by UbitUmarov
parent 1661ee697d
commit 2f0d2db19d
9 changed files with 199 additions and 36 deletions

View File

@@ -273,5 +273,10 @@ namespace OpenSim.Tests.Common
public void SleepScript(UUID itemID, int delay)
{
}
public Dictionary<uint, int> GetObjectScriptsBytesUsed()
{
return new Dictionary<uint, int>();
}
}
}