private void SuggestItem(n8 gclass11, ig gclass10)
 {
     if (gclass11.bt() == f2.InteractionType.Initialize)
     {
         foreach (Item item in Game.User.zr.Values)
         {
             if (gclass10.agm.ajb().ep(item.Data.Type))
             {
                 Game.SimManager.SendUserAction("VisitorInteract", new Dictionary <string, object>
                 {
                     {
                         "id",
                         gclass10.cw()
                     },
                     {
                         "type",
                         8
                     },
                     {
                         "itemId",
                         item.m8
                     }
                 });
             }
         }
     }
 }
 private void RefuseItem(n8 gclass11, ig gclass10)
 {
     if (gclass11.bt() == f2.InteractionType.Initialize)
     {
         Game.SimManager.SendUserAction("VisitorInteract", new Dictionary <string, object>
         {
             {
                 "id",
                 gclass10.cw()
             },
             {
                 "type",
                 2
             }
         });
     }
 }