* Refactored OutPacket out of ScenePresence

* Down to 65 warnings.
This commit is contained in:
Teravus Ovares
2008-05-14 04:57:32 +00:00
parent 8fd0378ae6
commit 9e8dd941f1
6 changed files with 68 additions and 29 deletions

View File

@@ -92,7 +92,16 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
{
}
public void SendSitResponse(LLUUID TargetID, LLVector3 OffsetPos, LLQuaternion SitOrientation, bool autopilot,
LLVector3 CameraAtOffset, LLVector3 CameraEyeOffset, bool ForceMouseLook)
{
}
public void SendAdminResponse(LLUUID Token, uint AdminLevel)
{
}
public LLUUID GetDefaultAnimation(string name)
{
return LLUUID.Zero;