예제 #1
0
파일: AService.cs 프로젝트: yymqwl/Barrage
 public virtual void Update()
 {
     this.TimeNow = (uint)(TimeHelper.ClientNow() - this.m_StartTime);
 }
예제 #2
0
파일: AService.cs 프로젝트: yymqwl/Barrage
 public AService()
 {
     this.m_StartTime = TimeHelper.ClientNow();
     this.TimeNow     = (uint)TimeHelper.ClientNow();
 }