Files

8 lines
93 B
C#

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