c1_unity/Assets/Plugins/PC/Time/ThinkingSDKTimeInter.cs
2023-04-03 11:04:31 +08:00

10 lines
163 B
C#

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