mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 16:28:23 -05:00
9 lines
187 B
C#
9 lines
187 B
C#
using System;
|
|
|
|
namespace TriInspector
|
|
{
|
|
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
|
|
public class HideReferencePickerAttribute : Attribute
|
|
{
|
|
}
|
|
} |