9 lines
167 B
C#
9 lines
167 B
C#
6 months ago
|
using System;
|
||
|
|
||
|
namespace AV.Inspector.Runtime
|
||
|
{
|
||
|
[AttributeUsage(AttributeTargets.Method)]
|
||
|
public class InitializeOnInspectorAttribute : Attribute
|
||
|
{
|
||
|
}
|
||
|
}
|