6 lines
78 B
C#

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