Files
RedHotRoast-ios/Assets/GemCrush/Define/Model/Network/Login/ResponseData.cs
T

9 lines
147 B
C#
Raw Normal View History

2026-04-22 09:52:55 +08:00
namespace FlowerPower
{
public class ResponseData
{
public int code;
public string msg;
public object data;
}
}