Files
Simulation/Assets/Scripts/Common/CommonInterface.cs
2025-05-12 18:00:37 +09:00

3 lines
67 B
C#

using UnityEngine;
public interface IClickable { void OnClick(); }