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