12 lines
261 B
C#
12 lines
261 B
C#
|
|
using System;
|
|||
|
|
using System.Collections;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using UnityEngine;
|
|||
|
|
|
|||
|
|
namespace ThinkingSDK.PC.Time
|
|||
|
|
{
|
|||
|
|
public class ThinkingSDKNTPCalibration : ThinkingSDKTimeCalibration
|
|||
|
|
{
|
|||
|
|
public ThinkingSDKNTPCalibration() { }
|
|||
|
|
}
|
|||
|
|
}
|