0001199: [PATCH] Add support for default animations

From Melanie...   Thanks Melanie!  











































.
This commit is contained in:
Teravus Ovares
2008-05-11 21:27:12 +00:00
parent 8f26427055
commit a01b415d6c
5 changed files with 90 additions and 8 deletions

View File

@@ -449,6 +449,11 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public LLUUID GetDefaultAnimation(string name)
{
return LLUUID.Zero;
}
public void SendTakeControls(int controls, bool passToAgent, bool TakeControls)
{
}