15 lines
330 B
C#
15 lines
330 B
C#
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;
|
||
}
|
||
}
|