mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 08:18:49 -05:00
8 lines
126 B
C#
8 lines
126 B
C#
using UnityEngine;
|
|
|
|
namespace TriInspector
|
|
{
|
|
public abstract class TriScriptableObject : ScriptableObject
|
|
{
|
|
}
|
|
} |