7 lines
111 B
C#

using System;
using UnityEngine;
public interface IExit
{
void Exit(Action<GameObject> callback = null);
}