Files
Continentis/Assets/OtherPlugins/NaughtyAttributes/Scripts/Core/INaughtyAttribute.cs

9 lines
101 B
C#
Raw Normal View History

2025-10-23 00:49:44 -04:00
using System;
namespace NaughtyAttributes
{
public interface INaughtyAttribute
{
}
}