// WingsEmu // // Developed by NosWings Team using WingsEmu.Core; using WingsEmu.Game._enum; namespace WingsEmu.Game.Cellons; public class CellonOption { public CellonType Type { get; set; } public Range Range { get; set; } }