MoTaForPSVita/Assets/Scripts/UI/EventSystem/GameEventSystem.cs

7 lines
98 B
C#
Raw Normal View History

2024-04-30 17:39:50 +08:00
//Made by Olsc
using UnityEngine.EventSystems;
public class GameEventSystem : EventSystem
{
}