10 lines
182 B
C#
10 lines
182 B
C#
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
namespace LunaWolfStudios.ScriptableSheets.Samples.Collections
|
||
|
|
{
|
||
|
|
[System.Serializable]
|
||
|
|
public class MaterialCollection : ScriptableCollection<Material>
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|