Files
JourneyToNowhere_Unity/Assets/Scripts/SingleUtils/ShowOnlyAttribute.cs
T
2024-01-31 22:53:00 +08:00

5 lines
78 B
C#

using UnityEngine;
public class ShowOnlyAttribute : PropertyAttribute
{
}