Added GameObject Validators
This commit is contained in:
parent
c8a6815316
commit
269789b36f
15 changed files with 160 additions and 13 deletions
10
Runtime/Interfaces/IGameObjectValidator.cs
Normal file
10
Runtime/Interfaces/IGameObjectValidator.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Module.ProjectValidator
|
||||
{
|
||||
public interface IGameObjectValidator
|
||||
{
|
||||
void Validate(GameObject gameObject, List<ValidatorResult> results);
|
||||
}
|
||||
}
|
||||
3
Runtime/Interfaces/IGameObjectValidator.cs.meta
Normal file
3
Runtime/Interfaces/IGameObjectValidator.cs.meta
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: f7513a02611842029edd675cb64989ad
|
||||
timeCreated: 1779133097
|
||||
Loading…
Add table
Add a link
Reference in a new issue