SDK_UnityMoney/Assets/Plugins/PC/Time/ThinkingSDKTimeInter.cs

10 lines
205 B
C#

using System;
namespace ThinkingSDK.PC.Time
{
public interface ThinkingSDKTimeInter
{
string GetTime(TimeZoneInfo timeZone);
Double GetZoneOffset(TimeZoneInfo timeZone);
}
}