11 lines
237 B
C#
11 lines
237 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
public class EventItemArtifact1 : MonoBehaviour, IInteraction
|
|||
|
{
|
|||
|
public bool Interaction()
|
|||
|
{
|
|||
|
GameManager.Instance.UIManager.ShowInfo("˫<><CBAB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˷<EFBFBD><CBB7>죡");
|
|||
|
return false;
|
|||
|
}
|
|||
|
}
|