
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
//
// Changes to this file may cause incorrect behavior and will be lost when
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#nullable enable
namespace HathoraCloud.Models.Shared
{
    using System;
    using UnityEngine;
    
    /// <summary>
    /// Construct a type with a set of properties K of type T
    /// </summary>
    [Serializable]
    public class DeletedBuild
    {
    }
}