SDK_UnityMoney/Assets/Script/Common/RevenueData.cs

9 lines
140 B
C#
Raw Normal View History

2025-09-01 10:32:50 +00:00
namespace WZ
{
[System.Serializable]
public class RevenueData
{
public string name;
public int rate;
}
}