mirror of
https://github.com/maxartz15/UnitySerializedReferenceUI.git
synced 2024-11-21 23:25:36 +01:00
8 lines
151 B
C#
8 lines
151 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
[AttributeUsage(AttributeTargets.Field)]
|
|
public class SerializeReferenceMenuAttribute : PropertyAttribute
|
|
{
|
|
|
|
} |