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

14 lines
No EOL
244 B
C#

// 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<short> Range { get; set; }
}