14 lines
No EOL
244 B
C#
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; }
|
|
} |