导入绳插件
This commit is contained in:
10
Assets/Toolkits/Rope/Core/DisableInPlayModeAttribute.cs
Normal file
10
Assets/Toolkits/Rope/Core/DisableInPlayModeAttribute.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace RopeToolkit
|
||||
{
|
||||
public class DisableInPlayModeAttribute : PropertyAttribute
|
||||
{
|
||||
public DisableInPlayModeAttribute()
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user