/// <param name="simulator">A reference to the <seealso cref="OpenMetaverse.Simulator"/> object where the object resides</param>
/// <param name="localID">The objects ID which is local to the simulator the object is in</param>
/// <param name="groupOwner">The <seealso cref="UUID"/> of the group to deed the object to</param>
public void DeedObject(Simulator simulator, long localID, UUID groupOwner)
{
ObjectOwnerPacket objDeedPacket = new ObjectOwnerPacket();
objDeedPacket.AgentData.AgentID = Client.self.getAgentID();
objDeedPacket.AgentData.SessionID = Client.self.getSessionID();
// Can only be use in God mode
objDeedPacket.HeaderData.Override = false;