MoTaForPSVita/Assets/Scripts/Event/Item/EventItemArtifact1.cs
2024-04-30 17:39:50 +08:00

15 lines
333 B
C#
Raw Blame History

using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class EventItemArtifact1 : MonoBehaviour, IInteraction
{
public bool Interaction()
{
GameManager.Instance.UIManager.ShowInfo(<><CBAB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˷<EFBFBD><CBB7>죡");
return false;
}
}