Plumb some more

This commit is contained in:
Melanie Thielker
2008-10-24 23:04:55 +00:00
parent c519b80680
commit 64f9f03e9a
9 changed files with 186 additions and 24 deletions

View File

@@ -954,5 +954,9 @@ namespace OpenSim.Region.Examples.SimpleModule
public void SendDeclineCallingCard (UUID transactionID)
{
}
public void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data)
{
}
}
}