Files
Simulation/Assets/Scripts/Common/CommonInterface.cs

3 lines
67 B
C#
Raw Normal View History

2025-05-12 18:00:37 +09:00
using UnityEngine;
public interface IClickable { void OnClick(); }