Files
RedHotRoast-ios/Assets/Legend/Define/Model/WebEvent/RequestSendEventH5Info.cs
T

14 lines
240 B
C#
Raw Normal View History

namespace LoveLegend
2026-04-22 09:52:55 +08:00
{
public class RequestSendEventH5Info
{
public string link;
public string type;
}
public class ResponseSendEventH5Info
{
public string link;
public int times;
}
}