Ejemplo n.º 1
0
    // returns the currents motives name
    public string GetCurrentMotive()
    {
        string motive = m_currentMotive.ToString();

        return(motive.Replace("k", string.Empty));   // to remove the k at the begining of the motive
    }