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