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

15 lines
330 B
C#
Raw Normal View History

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