using UnityEngine; using ZGame; namespace HK.FUJIFILM { public class PetIDCardItem : A11ozCeramicsMugItem { [SerializeField] private Transform tongBu; protected override void ProductDesgin_GenPhotoEvent(object sender, GameEventArgs e) { base.ProductDesgin_GenPhotoEvent(sender, e); } } }