Added GameObject Validators

This commit is contained in:
Anders Ejlersen 2026-05-18 21:59:59 +02:00
parent c8a6815316
commit 269789b36f
15 changed files with 160 additions and 13 deletions

View file

@ -0,0 +1,10 @@
using System.Collections.Generic;
using UnityEngine;
namespace Module.ProjectValidator
{
public interface IGameObjectValidator
{
void Validate(GameObject gameObject, List<ValidatorResult> results);
}
}

View file

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: f7513a02611842029edd675cb64989ad
timeCreated: 1779133097