using System; using UnityEngine; public class PhotoFaceDataShortcutParent : MonoBehaviour { public bool isEnableHandUI { get; set; } public void Init(bool b) { } }