using UnityEngine; namespace EPOOutline.Demo { public interface ICollectable { void Collect(GameObject collector); } }