コード例 #1
0
    public void SetControlable(string msg)
    {
        bool status = bool.Parse(msg);

        prince.SetControlable(status);
    }