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