Files
2026-03-16 14:38:46 +02:00

8 lines
93 B
C#

namespace Zenject
{
public interface IValidatable
{
void Validate();
}
}