Exemplo n.º 1
0
 public FSTimer(GameObject actionSource, FocusShellHandler handler) : base(actionSource)
 {
     m_handler = handler;
     Interval  = handler.Spell.Frequency;
 }
Exemplo n.º 2
0
 public FSTimer(GameObject actionSource, FocusShellHandler handler)
     : base(actionSource)
 {
     m_handler = handler;
     Interval = handler.Spell.Frequency;
 }