Files
RedHotRoast-ios/Assets/GemCrush/Define/Model/Network/Login/ResponseData.cs
T
2026-04-22 09:52:55 +08:00

9 lines
147 B
C#

namespace FlowerPower
{
public class ResponseData
{
public int code;
public string msg;
public object data;
}
}