Files
Fishing2/Assets/Scripts/ThirdParty/Rope/Core/DisableInPlayModeAttribute.cs
2025-11-04 23:11:56 +08:00

11 lines
173 B
C#

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