void DelayAddNpcAmmoList()
 {
     if (IsCannotAddNpcAmmoList)
     {
         return;
     }
     XkGameCtrl.AddNpcAmmoList(gameObject);
 }