Files
2023-07-03 13:42:10 +05:00

8 lines
93 B
C#

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