server-master/srcs/WingsAPI.Game/Upgrades/Cellons/CellonChances.cs
2026-02-10 18:21:30 +01:00

7 lines
No EOL
152 B
C#

namespace WingsEmu.Game.Cellons;
public class CellonChances
{
public int CellonAmount { get; set; }
public double SuccessChance { get; set; }
}