修改mesh
This commit is contained in:
10
Assets/Scripts/ThirdParty/Rope/Core/DisableInPlayModeAttribute.cs
vendored
Normal file
10
Assets/Scripts/ThirdParty/Rope/Core/DisableInPlayModeAttribute.cs
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public class DisableInPlayModeAttribute : PropertyAttribute
|
||||
{
|
||||
public DisableInPlayModeAttribute()
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user