11 lines
181 B
C#
11 lines
181 B
C#
using UnityEngine;
|
|
|
|
namespace RopeToolkit
|
|
{
|
|
public class DisableInPlayModeAttribute : PropertyAttribute
|
|
{
|
|
public DisableInPlayModeAttribute()
|
|
{ }
|
|
}
|
|
}
|