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

10 lines
163 B
C#
Raw Normal View History

2021-08-28 20:21:42 +08:00
using System;
namespace ThinkingSDK.PC.Time
{
public interface ThinkingSDKTimeInter
{
string GetTime();
Double GetZoneOffset();
}
}