8 lines
155 B
C#
8 lines
155 B
C#
|
|
namespace LunaWolfStudios.ScriptableSheets.Samples.DeepInheritance
|
||
|
|
{
|
||
|
|
[System.Serializable]
|
||
|
|
public class SowableBerry : Sowable<SowableBerryType>
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|