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