* Committing a bunch of work for control snatching. Not done yet. No visible features.

This commit is contained in:
Teravus Ovares
2008-05-06 02:47:14 +00:00
parent 240e8646da
commit add13276a9
5 changed files with 156 additions and 0 deletions

View File

@@ -444,6 +444,10 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendTakeControls(int controls, bool passToAgent, bool TakeControls)
{
}
public virtual void SendTaskInventory(LLUUID taskID, short serial, byte[] fileName)
{
}