8 lines
158 B
C#
8 lines
158 B
C#
|
|
namespace LunaWolfStudios.ScriptableSheets.Samples.Collections
|
||
|
|
{
|
||
|
|
[System.Serializable]
|
||
|
|
public class StringCollection : ScriptableCollection<string>
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|