Exemple #1
0
 public static void RegisterForTimerPermanent(OneMinerTimerEvent fun)
 {
     m_EventsPermanent += fun;
 }
Exemple #2
0
 public static void RegisterForTimer(OneMinerTimerEvent fun)
 {
     m_Events += fun;
 }