Example #1
0
 public void ClearCurrentCnsDef()
 {
     m_PrevCnsDef    = null;
     m_CurrentCnsDef = null;
 }
Example #2
0
 private void ApplyPrevCnsDef()
 {
     m_PrevCnsDef = m_CurrentCnsDef;
 }
Example #3
0
    public CNSStateDef GetStateDef(int id)
    {
        CNSStateDef ret = m_CnsConfig.GetStateDef(id);

        return(ret);
    }