コード例 #1
0
 public TimerSystem(Contexts contexts)
 {
     timer         = contexts.timer;
     runningTimers = timer.GetGroup(
         TimerMatcher.AllOf(
             TimerMatcher.Timer,
             TimerMatcher.TimerRunning
             )
         );
 }