コード例 #1
0
    public void SetCustomizationMode(bool state)
    {
        if (!Instance.activePlayerVehicle)
        {
            return;
        }

        Custamization.SetCustomizationMode(Instance.activePlayerVehicle, state);

        if (state)
        {
            CheckUIs();
        }
    }