Files
SoulliesOfficial 61a397dd4c MOD!
2025-10-23 00:49:44 -04:00

9 lines
101 B
C#

using System;
namespace NaughtyAttributes
{
public interface INaughtyAttribute
{
}
}