mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 00:08:51 -05:00
8 lines
162 B
C#
8 lines
162 B
C#
using TriInspector;
|
|
using UnityEngine;
|
|
|
|
public class Validators_SceneObjectsOnlySample : ScriptableObject
|
|
{
|
|
[SceneObjectsOnly]
|
|
public GameObject obj;
|
|
} |