using System.Collections.Generic; namespace WingsEmu.Game.Cellons; public class CellonSystemConfiguration { public HashSet Options { get; set; } public HashSet ChancesToSuccess { get; set; } }