コード例 #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);
 }