mirror of
https://github.com/Bragin-Stepan/project-entity.git
synced 2026-03-02 22:31:10 +00:00
7 lines
157 B
C#
7 lines
157 B
C#
namespace _Project.Develop.Runtime.Utilities.InputManagement
|
|
{
|
|
public interface IUIInputService : IInput
|
|
{
|
|
// всякие клики
|
|
}
|
|
} |