mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
15 lines
287 B
C#
15 lines
287 B
C#
using System;
|
|
|
|
namespace GlitchyEngine.Editor;
|
|
|
|
//public sealed class RangeAttribute : Attribute
|
|
//{
|
|
// public float Min { get; set; }
|
|
// public float Max { get; set; }
|
|
|
|
// public RangeAttribute(float min, float max)
|
|
// {
|
|
// Min = min;
|
|
// Max = max;
|
|
// }
|
|
//} |