Files
2026-02-16 17:41:09 +00:00

6 lines
73 B
C#

using UnityEngine;
public interface IInteract
{
void OnInteract();
}