public PrimCounts(UUID parcelID, PrimCountModule parent) { m_ParcelID = parcelID; m_Parent = parent; m_UserPrimCounts = new UserPrimCounts(this); }