Scripts: First implementation of Range- and Readonly-Attributes + added support for all primitive types

This commit is contained in:
Simon Lübeß
2023-11-22 00:57:18 +01:00
parent 881bb8ee51
commit ffe86a18cf
5 changed files with 197 additions and 43 deletions
+7
View File
@@ -0,0 +1,7 @@
using System;
namespace GlitchyEngine.Editor;
public sealed class ReadonlyAttribute : Attribute
{
}