备份CatanBuilding瘦身独立工程
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
namespace ThinkingSDK.PC.Time
|
||||
{
|
||||
public interface ThinkingSDKTimeInter
|
||||
{
|
||||
string GetTime(TimeZoneInfo timeZone);
|
||||
Double GetZoneOffset(TimeZoneInfo timeZone);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user