Weiß ich nicht, ist Monate her...

This commit is contained in:
Simon Lübeß
2023-05-30 16:54:57 +02:00
parent 5855b13873
commit 6a59deb9e2
20 changed files with 1021 additions and 234 deletions
@@ -0,0 +1,11 @@
using System;
namespace GlitchyEngine.Editor;
public sealed class ShowInEditorAttribute : Attribute
{
public string DisplayName { get; set; } = null;
public ShowInEditorAttribute()
{}
}