GiftDetailView.cs 164 B

12345678910
  1. using System.Collections;
  2. using UnityEngine;
  3. namespace Assets.Game.HotUpdate.Views.DailyWelfare
  4. {
  5. public class GiftDetailView : MonoBehaviour
  6. {
  7. }
  8. }