mirror of
https://github.com/maxartz15/Validator.git
synced 2024-11-08 14:25:33 +01:00
9 lines
123 B
C#
9 lines
123 B
C#
namespace Validator
|
|
{
|
|
public interface IValidatable
|
|
{
|
|
#if UNITY_EDITOR
|
|
public void Validate(Report report);
|
|
#endif
|
|
}
|
|
} |