AxibugEmuOnline/AxibugEmuOnline.Client/Assets/Script/UnityUICompatibilityTool/Scripts/UI/EventSystem/GameEventSystem.cs

7 lines
95 B
C#
Raw Normal View History

2024-12-06 18:12:31 +08:00
//Made by Olsc
using UnityEngine.EventSystems;
public class GameEventSystem : EventSystem
{
}