Exemple #1
0
 public void DecodeConfigItem()
 {
     for (int i = 0; i < list.Count; i++)
     {
         if (i == 1)
         {
             BornItem = ItemConfig.GetConfig(Id);
         }
         if (i == 2)
         {
             BornGun = GunConfig.GetConfig(Id);
         }
     }
     list = null;
 }