7 lines
No EOL
152 B
C#
7 lines
No EOL
152 B
C#
namespace WingsEmu.Game.Cellons;
|
|
|
|
public class CellonChances
|
|
{
|
|
public int CellonAmount { get; set; }
|
|
public double SuccessChance { get; set; }
|
|
} |