8 lines
189 B
C#
8 lines
189 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace Cainos.LucidEditor
|
|
{
|
|
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Method)]
|
|
public class HideLabelAttribute : Attribute { }
|
|
} |