コード例 #1
0
ファイル: RealtimeProcess.cs プロジェクト: zhangxin8105/LGame
 public virtual long GetCurrentTick()
 {
     return(timer.GetCurrentTick());
 }