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

11 lines
237 B
C#
Raw Permalink Normal View History

2024-04-30 17:39:50 +08:00
using UnityEngine;
public class EventItemArtifact1 : MonoBehaviour, IInteraction
{
public bool Interaction()
{
GameManager.Instance.UIManager.ShowInfo(<><CBAB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˷<EFBFBD><CBB7>죡");
return false;
}
}