Files
2026-03-20 13:04:43 +02:00

8 lines
93 B
C#

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