8 lines
No EOL
122 B
C#
8 lines
No EOL
122 B
C#
namespace WingsEmu.Core;
|
|
|
|
public class Range<T>
|
|
{
|
|
public T Minimum { get; set; }
|
|
|
|
public T Maximum { get; set; }
|
|
} |