Ejemplo n.º 1
0
    void OnAutoSettleBtn()
    {
        CSCommon csc = m_Entity as CSCommon;

        if (csc != null)
        {
            csc.AutoSettleWorkers();
            //			CSUI_Main.ShowStatusBar("Auto settle some workers in this machine!");
        }
    }