using System.Collections; using System.Collections.Generic; using UnityEngine; public class Chest : MonoBehaviour, IInteractiable { public void TriggerAction() { Debug.Log("Open"); } }