mirror of
https://github.com/maxartz15/UnitySerializedReferenceUI.git
synced 2024-11-23 08:05:34 +01:00
0581978db8
Code refactor and migration to github.
8 lines
151 B
C#
8 lines
151 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
[AttributeUsage(AttributeTargets.Field)]
|
|
public class SerializeReferenceMenuAttribute : PropertyAttribute
|
|
{
|
|
|
|
} |