WXMC/.svn/pristine/04/041f54401770fdffc4e25d2e21a4fb451d26a975.svn-base

16 lines
292 B
Plaintext
Raw Normal View History

2024-12-04 16:18:46 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PHomeMysteriousDialogue : MonoBehaviour
{
[SerializeField]
protected Sprite m_desImage;
public Sprite DesImage
{
get
{
return m_desImage;
}
}
}