mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Scripts: First implementation of Range- and Readonly-Attributes + added support for all primitive types
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using System;
|
||||
|
||||
namespace GlitchyEngine.Editor;
|
||||
|
||||
public sealed class ReadonlyAttribute : Attribute
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user