8 lines
87 B
C#
8 lines
87 B
C#
|
using System;
|
||
|
|
||
|
namespace ET
|
||
|
{
|
||
|
public class HideInHierarchy: Attribute
|
||
|
{
|
||
|
}
|
||
|
}
|