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