First Commit
This commit is contained in:
15
Assets/Attributes/Editor/ShowLevelAttributeEditor.cs
Normal file
15
Assets/Attributes/Editor/ShowLevelAttributeEditor.cs
Normal 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>");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user