Exemplo n.º 1
0
 public override void OnReset()
 {
     m_component   = null;
     m_remain_time = FixPoint.Zero;
 }
Exemplo n.º 2
0
 public override void OnReset()
 {
     m_component = null;
 }
Exemplo n.º 3
0
 public void Construct(INeedTaskService component, FixPoint lasting_time)
 {
     m_component   = component;
     m_remain_time = lasting_time;
 }
Exemplo n.º 4
0
 public void Construct(INeedTaskService component)
 {
     m_component = component;
 }