3 lines
67 B
C#
3 lines
67 B
C#
|
|
using UnityEngine;
|
||
|
|
public interface IClickable { void OnClick(); }
|