6 lines
73 B
C#
6 lines
73 B
C#
using UnityEngine;
|
|
|
|
public interface IInteract
|
|
{
|
|
void OnInteract();
|
|
} |