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