This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
snakeinabox/Assets/NaughtyAttributes/Scripts/Test/NaughtyScriptableObject.cs
2020-07-09 11:41:01 -07:00

8 lines
251 B
C#

using UnityEngine;
using NaughtyAttributes;
using System.Collections.Generic;
[CreateAssetMenu(fileName = "NaughtyScriptableObject", menuName = "NaughtyAttributes/NaughtyScriptableObject")]
public class NaughtyScriptableObject : ScriptableObject
{
}