﻿namespace VRC.SDKBase.Editor.Api
{
    public interface IVRCContent
    {
        string ID { get; set; }
        string Name { get; set; }
    }
}