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

        prince.SetFloorCheck(status);
    }