Changed Client library
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Client2020.BrowserTools.Metadata
|
||||
{
|
||||
public class Metas
|
||||
{
|
||||
public GenericsParam generics;
|
||||
public List<int> tools;
|
||||
public List<CustomParam> customs;
|
||||
|
||||
public Metas()
|
||||
{
|
||||
generics = new GenericsParam();
|
||||
tools = new List<int>();
|
||||
customs = new List<CustomParam>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user