Files
JourneyToNowhere_Unity/Assets/Scripts/SingleUtils/ShowOnlyAttribute.cs
T

5 lines
78 B
C#
Raw Normal View History

2024-01-27 08:49:55 +08:00
using UnityEngine;
public class ShowOnlyAttribute : PropertyAttribute
{
}