using UnityEngine; public interface IController { void Set(int index); }