Files
ZooMatch-GP/Assets/ZooMatch/Define/Model/WebEvent/RequestSendEventH5Info.cs
T

14 lines
251 B
C#

namespace ZooMatch
{
public class RequestSendEventH5Info
{
public string link;
public string type;
}
public class ResponseSendEventH5Info
{
public string link;
public int times;
}
}