﻿namespace Unity.Ugc.File
{
    public class CtxResponse
    {
        public string Ctx { get; set; }
    }
}