11 lines
238 B
C#
11 lines
238 B
C#
using UnityEngine;
|
|
using UnityEngine.EventSystems;
|
|
|
|
public class EventSystemizer : MonoBehaviour
|
|
{
|
|
private void Update()
|
|
{
|
|
//foreach (EventSystem system in FindObjectsByType<EventSystem>(FindObjectsSortMode.None))
|
|
}
|
|
}
|