예제 #1
0
파일: EQS.cs 프로젝트: muit/CrabFramework
 void Start()
 {
     delay = new Delay((int)(updateRate * 1000), true);
 }
예제 #2
0
 public void RegistryEvent(int id, int duration)
 {
     events[id] = new Delay(duration, true);
 }