PhotoFaceDataShortcutParent.cs 173 B

1234567891011
  1. using System;
  2. using UnityEngine;
  3. public class PhotoFaceDataShortcutParent : MonoBehaviour
  4. {
  5. public bool isEnableHandUI { get; set; }
  6. public void Init(bool b)
  7. {
  8. }
  9. }