9 lines
183 B
C#
9 lines
183 B
C#
using UnityEngine;
|
|
|
|
namespace SharpUI.Source.Common.UI.Util.Event
|
|
{
|
|
public interface ICurrentGameObjectProvider
|
|
{
|
|
GameObject GetCurrentSelectedGameObject();
|
|
}
|
|
} |