Add assets
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
using System;
|
||||
|
||||
namespace Cainos.LucidEditor
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Method)]
|
||||
public class GroupAttribute : PropertyGroupAttribute
|
||||
{
|
||||
public GroupAttribute(string groupName) : base(groupName) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user