16 lines
361 B
C#
16 lines
361 B
C#
|
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);
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|