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

14 lines
172 B
C#

namespace MoleMole
{
public class PlayerStaminaExchangeInfo
{
public int usableTimes;
public int totalTimes;
public int hcoinCost;
public int staminaGet;
}
}