CTT/Unity/Assets/Hotfix/Logic/Behaviour/Game/Helper/RankingHelper.cs

15 lines
227 B
C#

using ET;
using System;
using System.Collections.Generic;
namespace ET
{
public class RankingHelper
{
public static async ETVoid OpenUI(bool doubleClickClose = false)
{
}
}
}