예제 #1
0
파일: Honor.cs 프로젝트: Brrm1/New-One
 public InternalTimer(HonorContext context)
     : base(TimeSpan.FromSeconds(1.0), TimeSpan.FromSeconds(1.0))
 {
     this.m_Context = context;
 }
예제 #2
0
파일: Honor.cs 프로젝트: nathanvy/runuo
			public InternalTimer( HonorContext context ) : base( TimeSpan.FromSeconds( 1.0 ), TimeSpan.FromSeconds( 1.0 ) )
			{
				m_Context = context;
			}