First Commit

This commit is contained in:
2025-05-18 22:39:39 +03:00
commit 042ede7228
440 changed files with 103153 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
using Golems.Attributes;
namespace Golems
{
public partial class AttributesEditor
{
/// <summary>
/// Show the ShowLevelAttributes
/// </summary>
private void OnInspectorGUIShowLevelAttribute()
{
ShowLevelAttribute.EditorShowLevelInfo(target, "<color=green>Level info</color>");
}
}
}