Files
BH3/Assets/Scripts/Assembly-CSharp/MoleMole/PlayerSkillPointExchangeInfo.cs
2025-08-13 09:26:42 +08:00

14 lines
178 B
C#

namespace MoleMole
{
public class PlayerSkillPointExchangeInfo
{
public int usableTimes;
public int totalTimes;
public int hcoinCost;
public int skillPointGet;
}
}