mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 08:18:49 -05:00
8 lines
144 B
C#
8 lines
144 B
C#
using TriInspector;
|
|
using UnityEngine;
|
|
|
|
public class Validators_RequiredSample : ScriptableObject
|
|
{
|
|
[Required]
|
|
public Material mat;
|
|
} |