MLAPI/MLAPI-Editor/JSONStructs/GithubAsset.cs

9 lines
126 B
C#

using System;
[Serializable]
public class GithubAsset
{
public string browser_download_url;
public string name;
}