8 lines
168 B
C#
8 lines
168 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace Cainos.LucidEditor
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class HideMonoScriptAttribute : Attribute { }
|
|
} |