Files
JuegoSim/Assets/NaughtyAttributes/Scripts/Core/INaughtyAttribute.cs
T
2026-07-21 08:56:10 +03:00

9 lines
101 B
C#

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