Ejemplo n.º 1
0
 public LeafState()
 {
     m_Target = null;
 }
Ejemplo n.º 2
0
 protected void SetTarget(EventTarget target)
 {
     m_Target = target;
     if(m_Target != null)
         m_Target.SetParentState(this);
 }