コード例 #1
0
    public void ApplyRoof()
    {
        ShopController sc = FindObjectOfType <ShopController>();

        sc.ApplyRoof(m_type);
    }