Files
Fishing2/Assets/Toolkits/Rope/Core/DisableInPlayModeAttribute.cs
2025-11-03 23:13:35 +08:00

11 lines
181 B
C#

using UnityEngine;
namespace RopeToolkit
{
public class DisableInPlayModeAttribute : PropertyAttribute
{
public DisableInPlayModeAttribute()
{ }
}
}