MoTaForPSVita/Assets/Scripts/Event/Item/EventItemArtifact2.cs

11 lines
234 B
C#
Raw Normal View History

2024-04-30 17:39:50 +08:00
using UnityEngine;
public class EventItemArtifact2 : MonoBehaviour, IInteraction
{
public bool Interaction()
{
GameManager.Instance.UIManager.ShowInfo("Ү<>ձ<EFBFBD><D5B1>ӣ<EFBFBD><D3A3><EFBFBD><EFBFBD><EFBFBD>~");
return false;
}
}