Weiß ich nicht, ist Monate her...

This commit is contained in:
Simon Lübeß
2023-05-30 16:52:27 +02:00
parent 5855b13873
commit ac1817fe33
18 changed files with 859 additions and 230 deletions
+15
View File
@@ -0,0 +1,15 @@
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;
// }
//}