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