﻿using System;

namespace VCI
{
    [Serializable]
    public sealed class glTF_VCAST_vci_location_lighting
    {
        public static string ExtensionName => "VCAST_vci_location_lighting";

        public LocationLightingJsonObject locationLighting;
    }
}
